Tuesday, March 17, 2009

IE Image Scaling Quick Fix

I never knew this existed, but just came across this article.

To make Internet Explorer properly scale images, add this into your CSS:
img { -ms-interpolation-mode: bicubic; }
nice and easy :)

No comments: