how to background image fixed in Ipad and iphone some problem with postion fixed
demo83.com/helm/ << see in chrome parallax effect perfect but iphone and ipad problem
how to background image fixed in Ipad and iphone some problem with postion fixed
demo83.com/helm/ << see in chrome parallax effect perfect but iphone and ipad problem
If your image cannot span the width of the screen on its own, and you aren't repeating the image, then it won't span the width of the page.
Use <!DOCTYPE HTML>
at the top of the document before <html>
The property background-size
is of CSS3. And support for this CSS3 property was introduced in Internet Explorer 9. So unfortunately IE8 does not support background-size
.
You may find Javascript fixes or something but short answer is if you use CSS3 then look for newer browsers or read solutions for this issue.
Possible fixes:
<img>
it can easily be stretched to 100% width.