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


You need to login to view comments.