telega1 / fastdial

Visual bookmarks addon for Firefox.
3 stars 0 forks source link

Thumbnail bug #6

Closed Sanjjay closed 11 years ago

Sanjjay commented 11 years ago

Issue in Fastdail 4.8 & 4.9 - Firefox 22

Logos or websites zoom out to the top left or zoom in to the bottom right when (margin is set to normal:25 and active:5 or normal:5 and active:25 and other sizes), before it would expand with the zoom out or in.

Thank you!

telega1 commented 11 years ago

This is side effect of fixing "waving images" bug. Images used to have { width: 100%; height: 100%; } style, in latest versios I changed this to fixed height, calculated on browser window resize, for example: { width: 300px, height: 225px }. As a result images don't zoom out, but simply move to the top left corner.

Sanjjay commented 11 years ago

Is there any fix for this as the old way looked better.

telega1 commented 11 years ago

OK, I've reverted my fix for "waving images", because it wasn't working anyway. You can try http://www.userlogos.org/files/fastdial-4.10-fx.xpi

Sanjjay commented 11 years ago

Thanks for that its much better now much appreciated.