背景图像(svg)出现在除iPhone之外的所有设备和浏览器上。
我尝试更改照片格式,将图片设置为非渐进式, 在CSS上将“背景图像”更改为“背景”,但无济于事。
CSS:
header {
background-image: linear-gradient(
rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)
), url(img/lobby.svg);
background-size: cover;
background-position: center;
height: 100vh;
background-attachment: fixed;
}