I have a large image. I want to display it on its on own a web page, and when doing this without any CSS it fills the whole page and is too big to display at once (scroll ba
Just set the width to auto:
width
auto
img { width: auto; max-height: 100%; }
Here's the fiddle: http://jsfiddle.net/6Y5Zp/