04-12-2010, 10:32 AM
Look: http://www.spriters-resource.com/communi...p?tid=7259
It's as simple as this: Just add
to the CSS of the site (and forum especially) and the blurriness of zoomed-in images shall be gone.
(Though people could also add that line to their userchrome.css, adding it to the site would be more convenient, right?)
It's as simple as this: Just add
Code:
img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
(Though people could also add that line to their userchrome.css, adding it to the site would be more convenient, right?)