Email Client
Gmail webmail
Chrome 139
Operating System
Android 16
Pixel 8
Expected Result
When sending an <img> with max-width:100%, that image should retain max-width:100% and scale down to fit the mobile browser.
Actual Result
max-width:100% is replaced by max-width:1140px so the image doesn't scale down.
Steps to reproduce
Code sample
<img src="https://email-placeholders.com/300x200" alt="" width="600" style="vertical-align: middle; max-width: 100%; " />
Additional context
I've only tested on my Android, I'll try and add more results when I can.
Email Client
Gmail webmail
Chrome 139
Operating System
Android 16
Pixel 8
Expected Result
When sending an
<img>withmax-width:100%, that image should retainmax-width:100%and scale down to fit the mobile browser.Actual Result
max-width:100%is replaced bymax-width:1140pxso the image doesn't scale down.Steps to reproduce
Code sample
Additional context
I've only tested on my Android, I'll try and add more results when I can.