View Single Post
Old 09-06-2012, 04:09 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
Bicubic scaling for images

One line code that solves the image scaling issue in IE6 and 7. Hats off to Chris Coyier for coming up with this solution.

img {
-ms-interpolation-mode: bicubic;
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote