1

Using all browsers on Computer (chrome, safari, opera, edge) the background image in footer is displayed fine. But using browsers in ANDROID the background image does NOT displayed. In the other hand, using an iPhone (safari, chrome) my image in footer is displayed!!! The only bug/problem there is on Android`s browsers.

<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;
}
Rafsonic
  • 17
  • 3

0 Answers0