View Single Post
Old 05-27-2013, 09:11 AM   #10
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Quote:
Originally Posted by Turtle91 View Post
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
phossler is offline   Reply With Quote