Firefox blurs an image when scaled through external CSS or inline style.

I discovered this new feature of FireFox:

http://developer.mozilla.org/En/CSS/Image-rendering

So putting this in your CSS will fix it:

image-rendering: -moz-crisp-edges;

Thought I’d share this info. Sorry for answering my own question 😉

Leave a Comment