I need to send an individual email to everyone, and each email has its own photo. I change the email template to HTML and set Pic as variable, The size of the photos is different, and some of the photos are compressed and deformed after uploading. How can I solve this problem?
Email template as below, Yellow highlight is a picture.
Can you please share the HTML code you use to create the email. I’m looking for any hardcoded value on the width/height property of the image element which could be causing this.
Please use create html content activity …and then create the email content as needed and use the output in the body with isbodyhtml check
Now for image size…after inserting …you can click on <\> in create html content activity to switch between ui and html code…and in html code…find the tag for image and use width and height properties and provide values as you need…this way the image will be in same height and width always