D
D
demidov_grinch2017-11-07 18:48:29
css
demidov_grinch, 2017-11-07 18:48:29

Why is the background-attachment:fixed image not showing on mobile Chrome?

Good afternoon, ladies and gentlemen!
Why is the image in a DIV with background-attachment:fixed not showing on mobile Chrome?
On a stationary computer, everything works, when you enter from a mobile browser, the image is not shown at all.
The CSS code is like this:

.mainarea {
  background:url("../images/bgblue.jpg") no-repeat;
  background-size:cover;
  background-attachment: fixed;
  height: calc(100%);
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question