• Hello;

    I had an issue with logo image. I set the max-width of the image to 99px. I checked The image size in the preview and it looks just fine.

    However, When I received the email. The logo looks terribly enlarged like if the max-width function is not working.

    I had to mention that everything was working 100%. I have no idea what’s wrong.

Viewing 3 replies - 16 through 18 (of 18 total)
  • After some more research outlook for some reason is applying a forced max-width:100% to images in their mobile app.

    Outlook has long been the worst to support emails in but I’m still surprised they are deliberately adding !important to their CSS to override the CSS in emails.

    anyway a fix is to add:

    #template_header_image_table img {
        width: 260px;
    }
    #footersocial a img {
        width: 24px;
    }

    Just make the width: 260px; the width you want for your header image.

    Ben

    Thread Starter ibrahimal3ed

    (@ibrahimal3ed)

    @britner Thank you for investigating the issue. Yes that really fix it and regard outlook for some reason they are doing their best to make your life harder and I don’t know why?

    Thank you again ??

    @britner thank you for the CSS. This also fixed the issue for me on Outlook for iOS

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘enlarged logo’ is closed to new replies.