背景img不会显示在所有Android浏览器中

时间:2016-12-03 19:02:55

标签: android css image background cover

使用计算机上的所有浏览器(chrome,safari,opera,edge),页脚中的背景图像显示正常。但是在ANDROID中使用浏览器时,不会显示背景图像。另一方面,使用iPhone(safari,chrome)显示我的页脚图像! Android浏览器上唯一存在的错误/问题。

<footer class="footer" style="background-image: url('img/creative/backgrounds/lll.jpg')">

//Css Code
footer.footer {
  color: white;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 255px 0 20px;
}

0 个答案:

没有答案