css - Coding html email with Google Inbox (auto-resizing) -
trying create email newsletter displays correctly in mobile apps, google inbox's auto-resizing feature breaks layout.
i tried using min-width inline each element (a trick works gmail app), sadly had no effect in inbox. also, unlike in gmail app, there no option disable auto-resizing in message.
any suggestions?
i ran same thing. turns out if use !important declaration, works. example:
<div style="width: 100% !important; min-width: 100% !important;"></div> this worked me on gmail app , inbox app.
Comments
Post a Comment