News

The image's width will be 400 pixels wide because that's the value defined in the stretchX CSS class. Return to your document and change 400 to any other value to make the image stretch to that width.
What you're looking for is probably to set width to 100%, then set max-height and max-width to the actual size of your image if you want it to never scale above that size: Code: ...