Right now, I\'m using max-width to scale images to fit. However, they don\'t scale proportionally. Is there a way to cause this to happen? I\'m open to Javascript/jQuery.
Using both width and max-width on the image screw up IE8.
Put the width on your image and wrap it in a div that has the max-width. (Then curse MS.)