css - Background image on iphone is not diplaying properly -


i have background image displays should on computer reason it's become small (like half size should when viewing on iphone. has caused happen i've been working on page because wasn't case earlier today.

this css div containing bg img. ideas on whats going on?

#wrapper{     position:relative;     width:1000px;     height:5854px;     background-image:url(../images/unearthingbg.jpg);     background-color:#000;     margin-top: 75px;     margin-right: auto;     margin-bottom: 0px;     margin-left: auto;     background-repeat: no-repeat;     } 

this working page http://www.unearthingfilm.com/test.html

i managed fix last night using background-size: cover.

thank answers. appreciated


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -