I'm having some issues with the background on certain mobile phones.
the styling for that div is:
#navPanel {
background: url('images/bg04.jpg');
box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.25), inset -2px 0px 25px 0px rgba(0,0,0,0.5);
text-shadow: -1px -1px 1px rgba(0,0,0,1);
}
it is rendering fine on a friends iPhone 6 which looks like this:
and when it renders on my iPhone 5s the background image is distorted:
Any ideas why the background image would render this way? Does it have to do with the device's pixel density?
Sorry for the large images.
I made a quick fiddle and it is rendering as desired.