不会显示封面照片的网站是here。
此错误对于任何iOS设备上的Safari都是持久的,但适用于Mac上的Safari。
这是CSS:
.bg-img {
/* The image used */
background: url("../images/background.jpeg") 0 0;
background-size: auto;
-webkit-background-size: auto;
background-color: rgba(41, 39, 34, 0.50);
max-width: 100%;
}
HTML只是一个引用CSS的部分:
<section id="home" class="home bg-img parralax fix">
答案 0 :(得分:0)
这个问题是下面HTML中的parralax
。
<section id="home" class="home bg-img parralax fix">
这会干扰bg-img
因此无法显示图像的原因。