我试图让我的背景图像响应,它似乎在台式机上正常工作,但它在移动设备上搞乱了。特别是根据我的老板的iPhone 6 Plus。
这是我的代码:
min-height: 500px; /* different height for different sections */
background: url('../img/bg-image.png') center center no-repeat;
background-size: cover;
background-attachment: fixed;
color: #fff;
padding: 50px 0;
网站就在这里,所以你可以测试一下: