emailmonday / Cerberus

A few simple, but solid patterns for responsive HTML email templates and newsletters. Even in Outlook and Gmail.

Home Page:https://www.cerberusemail.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images are HUGE on android phone Outlook App.

miamimabel opened this issue · comments

When testing on my android, Outlook app, the image is stretched. Looks great on Outlook desktop and webmail.

Thanks in advance for any input you have!

See screenshot as a reference
image-issue

@miamimabel It looks like there is a width: 100% being applied somewhere. This is by design in the templates, but if this isn't the behavior you'd want you can remove it. Depending on which email template you're using, I'd try removing a width: 100% from an inline style or a width: 100% !important from a media query in the <style> tag in the <head>.

Since this issue isn't a bug with the templates in this repo, I'll close this. Happy to keep chatting about your issue though.