• Hi,

    We need an option to set the size for our logo and upload a bigger logo image because on Retina displays it appears pixelated. i.e. we want the image to be uploaded at 400px but the logo to be displayed at 200px in the template.

    I am surprised nobody else has mentioned this.

    many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • It has already been mentioned some time ago (a year or even longer), but Microsoft Outlook displayed the image in original size (twice the size it should be). We are going to check this again. Maybe we find a solution now.

    Hi, I think the solution could be this one:
    <img src="https://www.yourwebsite.com/yourlogo.png" style="width: 200px; max-width: 200px;" width="200">
    and upload a 400px*400px image (in this case, a double size image as a rule).
    This works also in Outlook (at least the versions I tried).
    I don’t know how to implement in WP HTML Mail btw ??
    Best!
    Tom

    • This reply was modified 5 years, 7 months ago by tommi1980.

    <img src="https://www.yourwebsite.com/yourlogo.png" style="width: 200px; max-width: 200px;" width="200">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Size of Logo (Retina Displays)’ is closed to new replies.