I am creating a newsletter template in Mailchimp. The template contains a repeatable section with an image with a size prefix. For some reason, it separates the width = "and height =" "values from the img element and only includes them if you manually set them in the image settings for each image. This means that if the user loads an image of a different size and If you don’t enter the correct sizes manually, then in Outlook the image is displayed as full size.
To make it less user friendly in the design editor, he uses CSS / width / height styles to show what size the image is, so he says (for example) 350px wide at 234px tall and you can upload a much larger image and it shows it with a width of 350 pixels (which will make the user think that this is correct). However, it does not include the html img width / height values unless you manually specified them, which means that the image size is incorrect in Outlook.
Does anyone know to make the html variable width automatically be included in the img element anyway? Otherwise, users need to manually set the same width / height for each image manually, and if they forget, it will not display correctly in Outlook?
Thanks,
Dave
deshg source share