aspect-ratio
CSS property · 5 supported, 0 partial, 16 unsupported across 21 clients
aspect-ratio locks an element's height to a fraction of its width, preserving ratio across breakpoints. In email, support is recent and uneven: modern Apple Mail and webmail clients honor it, while Outlook and many mobile clients ignore it. Pre-computed width/height attributes remain the most reliable approach.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Unsupported |
| Gmail Android | mobile | Gmail Mobile | Unsupported |
| Gmail iOS | mobile | Gmail Mobile | Unsupported |
| Outlook 365 | webmail | Outlook Web | Unsupported |
| Outlook (New) | desktop | Outlook Web | Unsupported |
| Outlook Classic | desktop | Microsoft Word | Unsupported |
| Outlook iOS | mobile | Outlook Mobile | Unsupported |
| Outlook Android | mobile | Outlook Mobile | Unsupported |
| Outlook for Mac | desktop | WebKit | Unsupported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Supported |
| Yahoo Mail | webmail | Yahoo | Unsupported |
| Yahoo Mail Android | mobile | Yahoo | Unsupported |
| Yahoo Mail iOS | mobile | Yahoo | Unsupported |
| Samsung Mail | mobile | Samsung | Unsupported |
| Thunderbird | desktop | Gecko | Unsupported |
| HEY Mail | webmail | WebKit | Supported |
| Proton Mail | webmail | Proton | Supported |
| AOL Mail | webmail | AOL | Unsupported |
| Fastmail | webmail | Fastmail | Unsupported |
| Superhuman | desktop | Blink | Supported |
Client-by-client behaviour for aspect-ratio
Fully supports aspect-ratio (5): Apple Mail, Apple Mail iOS, HEY Mail, Proton Mail, Superhuman.
No support (16): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Outlook for Mac, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, Samsung Mail, Thunderbird, AOL Mail, Fastmail. Plan fallbacks for these clients before relying on aspect-ratio in production sends.
When to use aspect-ratio in email
- Reserving space for hero imagery before the image loads.
- Maintaining 16:9 video-thumbnail proportions in newsletter recap sections.
- Square avatar tiles that need to scale fluidly with parent width.
Rendering behaviour and edge cases
- Outlook on Windows ignores aspect-ratio entirely.
- Gmail Web honors aspect-ratio in modern Chromium versions but Gmail mobile apps lag behind.
- Apple Mail respects aspect-ratio reliably across recent macOS and iOS releases.
Recommended fallback strategy
Set explicit width and height attributes on <img> elements so blocked or slow-loading images still reserve their space. Use aspect-ratio as a progressive enhancement on container <div>s where it can avoid layout shift in modern clients.
Fixes & Workarounds
Gmail
Unsupported"aspect-ratio" is not supported in this email client.
Gmail Android
Unsupported"aspect-ratio" is not supported in this email client.
Gmail iOS
Unsupported"aspect-ratio" is not supported in this email client.
Outlook 365
Unsupported"aspect-ratio" is not supported in this email client.
Outlook (New)
Unsupported"aspect-ratio" is not supported in this email client.
Outlook Classic
Unsupported"aspect-ratio" is not supported in this email client.
Outlook iOS
Unsupported"aspect-ratio" is not supported in this email client.
Outlook Android
Unsupported"aspect-ratio" is not supported in this email client.
Outlook for Mac
Unsupported"aspect-ratio" is not supported in this email client.
Yahoo Mail
Unsupported"aspect-ratio" is not supported in this email client.
Yahoo Mail Android
Unsupported"aspect-ratio" is not supported in this email client.
Yahoo Mail iOS
Unsupported"aspect-ratio" is not supported in this email client.
Samsung Mail
Unsupported"aspect-ratio" is not supported in this email client.
Thunderbird
Unsupported"aspect-ratio" is not supported in this email client.
AOL Mail
Unsupported"aspect-ratio" is not supported in this email client.
Fastmail
Unsupported"aspect-ratio" is not supported in this email client.
Related Features
Test your email across all 21 clients
Preview rendering, catch CSS issues, and get actionable fixes. Free.
Try Emailens FreeSupport data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.