【发布时间】:2016-05-18 15:57:01
【问题描述】:
您好,我在 Apple 设备 (iPhone/iPad) 上的 background-image 有问题
我的背景在所有浏览器和 Android 设备上看起来都是我想要的,而不是在 Apple 设备上
在浏览器中是这样的:Safari、Firefox、Chrome、Opera、Edge、IE
像这样在 Android 上
在 Apple 设备上也是如此
对于 HTML,它只是一个普通的<div class="hero"> </div>
这是我的 CSS (sass)
.hero
width: 100%
height: 100%
position: relative
background:
image: url(../image/pics/thailand.jpg)
position: center
size: cover
attachment: fixed
我已经尝试了“可能已经有我答案的问题”中的一些解决方案,但对我没有任何帮助
感谢您的帮助!!!!
【问题讨论】:
标签: html ios css iphone background-image