【发布时间】:2021-01-07 16:12:44
【问题描述】:
有谁知道是否有合理的方法可以使这种视差背景滚动效果在 iOS 设备上工作?这是我正在处理的页面。 http://districtdentalontheouachita.com/new/
现在我要做的就是使用 background-attachment: fixed;
这是我的部分的 css
.section1 {
width:100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-image: url("images/dental1.jpg");
background-attachment:fixed;
}
客户端真的很想要这个效果,但我不能让它在iOS上工作......
【问题讨论】:
标签: html css parallax web-development-server