nathankeenmelb
nathankeenmelb
Issue 93 was because many images are inserted without responsiveness, generally speaking. But then, if you used something like width:100%; max-width:300px, this may in fact cause your images to bloat,...
Yahoo/AOL mostly support overflow (not sure about others--https://www.caniemail.com/features/css-overflow/), so in the td you could potentially add overflow:auto. To limit to just them you can add a class with a comment...
I'm getting the following rule which is even stronger (more specific), after wrapping the entire email in ``: ``` #root img { max-width: 100% !important; } ``` It's also the...
Curiously I didn't see this on Outlook Android (although I tested on Android 11), but fixed it for Outlook iOS 14.2 by adding `border-collapse: separate` to the table inline.