gpt4 book ai didi

html - 背景图像未拉伸(stretch)到页面底部 : cannot use background-attachment

转载 作者:行者123 更新时间:2023-11-27 23:47:42 34 4
gpt4 key购买 nike

我正在处理一个元素,该元素的背景图像需要完全覆盖整个页面。我无法使用“background-attachment: cover”属性,因为此页面还需要在不支持背景附件的 iOS 上可见。

.sky-background {
background-image: url("https://images.unsplash.com/photo-1514477917009-389c76a86b68?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
/* cannot use this property */
/* background-attachment:fixed; */
}
<body class="sky-background">
</body>

我一直在寻找适用于 iOS 的替代品,但到目前为止我还没有找到令我满意的东西。谁能指点一下?

最佳答案

你可以试试这个。

html {
height: 100%;
}

body.sky-background {
height: 100%;
}

关于html - 背景图像未拉伸(stretch)到页面底部 : cannot use background-attachment,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56696091/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com