max-height in Apple Mail
SupportedWebKit · desktop
Support Details
Outlook ignores max-height. Truncate content server-side or use a fixed height.
Before
<div style="max-height: 200px; overflow: hidden;">
Long content...
</div>After
<!-- Outlook ignores max-height. Truncate content server-side. -->
<div style="height: 200px;">
Shortened content...
<a href="https://example.com/full">Read more</a>
</div>Outlook ignores max-height — truncate content server-side
max-height is fully supported in Apple Mail. No workarounds needed.
Other Clients
| Client | Support |
|---|---|
| Gmail | Supported |
| Gmail Android | Supported |
| Gmail iOS | Supported |
| Outlook 365 | Supported |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Supported |
| Outlook Android | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Supported |
| Samsung Mail | Supported |
| Thunderbird | Supported |
| HEY Mail | Supported |
| Superhuman | Supported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free