When I visually scale an image, Firefox 3 blurs it. Firefox 2 and other browsers do not, this is the behavior that I expect. This is especially inconvenient for creating a web game using png or gif sprites.
For example, when displaying a 100x100 image in Firefox 3, for example:
<img src="sprite.gif" width="200" />
or
<img src="sprite.gif" style="width:200px; height:200px;" />
it looks blurry in FF3, not IE.
Any ideas on how to prevent this?
css firefox image resize
Martin Kool Dec 23 '08 at 9:33 2008-12-23 09:33
source share