其他分享
首页 > 其他分享> > css 优化图片清晰度

css 优化图片清晰度

作者:互联网

image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */

  

标签:non,crisp,image,standard,rendering,edges,清晰度,优化,css
来源: https://www.cnblogs.com/syzyn/p/15814341.html