I am currently facing an issue with adjusting the max-width of images in the CMS I am working with. When I set a max-width in Chrome (haven't tested in other browsers yet), the height of the image ends up getting stretched - you can view the problem here:
Below is the code I am using:
#content .pagebanner img { max-width:490px; }
Could anyone explain why the image is stretching instead of scaling proportionally despite setting the max-width?
Appreciate any help.
Osu