css Retina显示图像修复

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Retina显示图像修复相关的知识,希望对你有一定的参考价值。

.repeatingPattern {
     background: url(../images/bgPattern.png) repeat;
     background-size: 100px 100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
     .repeatingPattern {
          background: url(../images/bgPattern@2x.png) repeat;
     }
}

以上是关于css Retina显示图像修复的主要内容,如果未能解决你的问题,请参考以下文章

css CSS Retina背景图像

html Pine HTML / CSS Retina背景图像

了解 Retina 设备 CSS 媒体查询

CSS 适用于iPhone 4的CSS(Retina显示屏)

iOS Retina 显示:图像双倍大小

Retina 显示屏中的像素化图像