Saturday, January 7, 2012

IE Fix: Bicubic Scaling for Images

Here it is:
img { -ms-interpolation-mode: bicubic; }
If you use width or height tags to resize images in your markup, IE will ensure they look incredibly awful unless you use this little snippet. In general, resizing images in the browser isn't recommended, but of course there are always exceptions.

No comments:

Post a Comment