View Single Post
Old 11-04-2011, 06:27 PM   #6
amyg
Enthusiast
amyg is on a distinguished road
 
Posts: 40
Karma: 56
Join Date: Sep 2011
Location: Los Angeles, CA
Device: Nook simple touch, iPad
I'm not saying to make the images size tags the same as the actual image but to take them out altogether. I think if your images are too big for the device, it will cause problems. Better not to designate a size at all. That way, your images can resize to fit the device. Or try this code on the css style sheet:

img {
max-height: 100%;
max-width: 100%;
}

Last edited by amyg; 11-04-2011 at 09:16 PM.
amyg is offline   Reply With Quote