在iphone上查看网页时,背景图像显示为反转

时间:2018-06-02 08:41:53

标签: jquery iphone html5 css3 safari

我在iPhone Safari浏览器上查看我的网站(www.lotogleam.com),令人惊讶的是,第一页(“客户端说话”)打开时背景图像被颠倒/倒置。但问题在景观模式中得到了解决。任何线索为什么这种奇怪的行为?

CSS:

 .testimonial-holder { 
 background-image: url(../images/testimonial.jpg); 
 } 

 .web-article { 
background-position: center; 
background-size: cover; 
background-attachment: fixed; 
background-color: #000; 
color: #fff; 
}

0 个答案:

没有答案
相关问题