I am creating an email template where my container has a max-width: 600px. I want to be able to upload images that are in excess of 800px wide, and the images to scale down to maintain their intended aspect ratio. So even if I uploaded an 800px wide image, it would scale to 600px.
In Outlook, I don't think it supports max-width for images which therefore caused it to stretch.
Are there any solutions for this?