如何在iPhone Safari上显示封面照片

时间:2017-11-19 17:49:50

标签: html ios css background-image mobile-safari

不会显示封面照片的网站是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">

1 个答案:

答案 0 :(得分:0)

这个问题是下面HTML中的parralax

<section id="home" class="home bg-img parralax fix">

这会干扰bg-img因此无法显示图像的原因。