amzyang / buftabs

Put all your firefox tabs to the statusline (a pentadactyl plugin)
http://code.google.com/p/dactyl/issues/detail?id=13
41 stars 8 forks source link

Rescaling of Favicons #5

Closed behrmann closed 12 years ago

behrmann commented 12 years ago

Is there a way (some CSS magic maybe) to automatically rescale Favicons that are to big to fit in the statusbar? One example for such a favicon can be found on http://www.bvg.de/

behrmann commented 12 years ago

Just by chance I just read the Pintab Issue and saw that this

:hi -a BufTab background-size:contain contain; :hi -a BufTab background-size:16px 16px;

fixes my issue. Thanks.