Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background image not displaying full width of header on iphone Re: Background image not displaying full width of header on iphone

#108480
Senff
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.