Quote:
Originally Posted by Turtle91
I'm not sure about the height:800... If it is viewed on a screen smaller than 800 (landscape?) wouldn't that clip? You could add a max height/width to a generic img tag to prevent that:
img {max-height:100%; max-width:100%}
|
Good suggestion. I'll experiment with that.
I'll also try just the max-width setting, since (at least the way I had been doing it) the image aspect ratio wasn't maintainted, and it streached
Thanks again
Paul