我在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;
}