Responsive behavior within Gmail split pane view #2683
Answered
by
iRyusa
ns-alexmueller
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Nothing we can about this, media queries rely on browser width and
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries are
not available in email.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ns-alexmueller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
Gmail allows users to view emails within a split pane. It looks like the my mjml emails' responsive behaviors are being dictated by the browser width rather than the pane width. For example, my email uses a breakpoint of 834px to switch between mobile and desktop styles. If the browser window is >834px wide, then the email will be rendered with the desktop styling even if the pane is <834px.
Does anyone know a way around this? Or is this just a quirk of gmail?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions