stephsharp/badgeoverflow

Update Image widget to show site logo & name

stephsharp opened this issue · 2 comments

Update the Image widget (currently displaying BadgeOverflow logo) to show the site logo and name if site != 'stackoverflow'.

Fit site name to width of widget (display text on 1 line). Use http://fittextjs.com/?

Used bigtext.js instead of fittext.js to resize site name. BigText works with dynamic text, see here.

Site widget is complete: 5e51e59