webkit mobile中的背景大小问题

时间:2015-08-05 13:00:35

标签: css css3 mobile webkit background-image

我使用这些规则,在桌面和Firefox移动设备上看起来很好:

body{
    background: url(../img/home-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

但是在移动网络套件浏览器(safari和chrome)上,图像显示错误,并带有缩放功能。

mobile chrome mobile firefox

1 个答案:

答案 0 :(得分:0)

问题可能来自背景图片上的固定位置。这是Sarafi手机的常见问题。