Answer the question
In order to leave comments, you need to log in
How to make background: fixed work on Iphone?
Works everywhere but not on iphone.
Answer the question
In order to leave comments, you need to log in
Fix not the background, but the block or pseudo-element.
body:before {
content: '';
background-image: url(...);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question