IE7上图片缩放失真fix
IE7下图片缩放失真fix
此篇主要是介绍ie7下图片被拉伸导致的锯齿
解决方法:
增加这个样式规则
-ms-interpolation-mode: bicubic
语法:
-ms-interpolation-mode
- nearest-neighbor ------ use nearest neighbor interpolation mode
- bicubic ------ use high-quality bicubic interpolation mode
扩展阅读:
1、http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
2、http://msdn.microsoft.com/en-us/library/ms530822(VS.85).aspx