When using the Design Studio templates to create an email, how can you edit an image size? I'm trying to enlarge the header logo but it defaults to a small size and it is locked. Thank you!
If you know how to edit html, you can do this in the HTML code of an email template. Example:
<p style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;"><a href="website URL" style="text-decoration:none;color:#ffffff;"><img src="enter URL of image" alt="Name of Company" width="enter size you want the image to be Ex: 125" style="border-width:0;height:auto;-ms-interpolation-mode:bicubic;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;display:block;max-width:70%;" /></a></p>