Smooth CSS Image Resizing in IE


/ Published in: CSS
Save to your folder(s)

From KomodoMedia:
Finally, bicubic interpolation for Internet Explorer with only one CSS rule


Copy this code and paste it in your HTML
  1. img {
  2. -ms-interpolation-mode:bicubic;
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.