0

我只想让固定的背景图像在 ios 设备上工作。它适用于桌面,但在 ios 设备上,bg 图像,它是用缩放呈现的,并且在滚动页面时不固定。这是我的CSS:

    html { 
        background: url(/images/bg.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment:fixed;

    }

编辑 我认为重要的其他信息。我当前的元标记:

<meta name="viewport" content="width=device-width" />
4

0 回答 0