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

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -