-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS to fix email text size issue #75
Comments
Can we get a copy of one of these emails? |
How did we determine this? |
So I'm only able to recreate this the opposite way of how it's reported:
The common solution seems to be something like this, but it isn't having much of an effect that I can see: |
Response from MC:
|
On Android, I'm noticing that if we replace the 600px wide images with 400px wide images, the text before "Revert Auto Sizing" is larger. My guess is that Gmail is sizing the container width based on the image contained within it, then laying out text proportional to the image's intrinsic size, and then shrinking the whole document to fit within the viewport, which decreases the apparent font size. Increasing the font size in the mobile styles has little to no effect on Gmail, unfortunately. |
The email text size renders too small in Gmail’s mobile apps (both iOS and Android). It has something to do with the photos triggering an auto-resize function in the app. (team to investigate)
The text was updated successfully, but these errors were encountered: