Gmail's Support Of Media Queries Limited By Location?
Now that Gmail supports media queries (https://developers.google.com/gmail/design/css) does any know of limitations such as location (i.e., only available for US based email addres
Solution 1:
Yes, they are rolling it out based on geo location and product.
As of October 2016, U.S.-based Gmail accounts are starting to see media query support whereas U.K.-based accounts are not. Litmus Previews use UK Gmail accounts, so we won't see the update appear in Litmus regardless of where we're testing from.
Gmail is also rolling out based on Gmail product. Here is a quick breakdown of where the rollout stands now:
Solution 2:
Given that there is an explicit list of supported properties and media queries and said list does not mention any such location dependencies, the official answer to your question is that there are no such limitations.
From the reference:
Supported types
- all
- screen
Supported queries
- min-width
- max-width
- min-device-width
- max-device-width
- orientation
- min-resolution
- max-resolution
Supported keywords
- and
- only
Post a Comment for "Gmail's Support Of Media Queries Limited By Location?"