Skip to main content

transform in Apple Mail iOS

SupportedWebKit · mobile

Support Details

CSS transforms are not supported in email. Pre-render the effect as an image.

Before

<div style="transform: rotate(45deg);">
  Rotated content
</div>

After

<!-- Pre-render rotated content as an image -->
<img src="rotated-content.png" width="200" height="200"
  alt="Rotated content"
  style="display: block; border: 0;" />

Pre-render transformed states as images or use table layout

transform is fully supported in Apple Mail iOS. No workarounds needed.

Other Clients

ClientSupport
GmailUnsupported
Gmail AndroidUnsupported
Gmail iOSUnsupported
Outlook 365Unsupported
Outlook (New)Unsupported
Outlook ClassicUnsupported
Outlook iOSUnsupported
Outlook AndroidUnsupported
Apple MailSupported
Yahoo MailUnsupported
Samsung MailSupported
ThunderbirdSupported
HEY MailSupported
SuperhumanPartial

Related Features

Test your email across all 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free