Home › Forums › CSS › Background image not displaying full width of header on iphone › Re: Background image not displaying full width of header on iphone
August 26, 2012 at 9:07 am
#108480
Participant
Since your site loads default pretty zoomed in, that is how iPhone/iPad will initially define the visible area as “100%”, and assign the background image to that area.
You can probably solve it by assigning the background image to the BODY (instead of the header), or you could set the initial zoom to 1 (so that it doesn’t zoom in) by adding this in the HEAD:
Give that a try!
EDIT: I see you already used that META line, I think the semicolon you have in there should be replaced by a comma.