How to make an image responsive in HTML email regardless of image size

前端 未结 3 1758
南方客
南方客 2020-12-28 08:54

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

3条回答
  •  青春惊慌失措
    2020-12-28 09:03

    I used a conditional for mobile, included a div tag and had set the background image url, with defined height and width percentages and the div tag has defined boundaries. Works so much better than img tag. The condition below handles displaying images in email client other than Outlook such as Mobile Browsers, WebMail, etc. Works for image data too.

    Example:
       
        

提交回复
热议问题