When viewing my site from a IOS device the background image is not showing correctly. It works flawlessy on other devices such as Android, PC and MAC web browsers.
I have set these CSS elements which came with the bootstrap template and tried different combinations:
#header {
background-image:url(../img/HS_16.jpg);
-webkit-background-size:;
-moz-background-size:cover;
-o-background-size:;
background-size:cover;
background-position:center center;
background-attachment:fixed;
background-repeat:no-repeat;
position:relative;
min-height: 512px;
}
A bit hard to explain but if you go to http://holistiskasystrar.se from an IOS device and compare it to any other device, you see what i mean.