Skip to main content

<video> in Yahoo Mail iOS

UnsupportedYahoo · mobile

Fix & Workaround

Use an animated GIF or a static image with a play button linking to the video.

Before

<video width="600" autoplay muted>
  <source src="demo.mp4" type="video/mp4">
</video>

After

<a href="https://example.com/watch" target="_blank">
  <img src="https://example.com/video-thumb.gif"
    width="600" alt="Watch the video"
    style="display: block; border: 0; max-width: 100%;" />
</a>

Replace video with animated GIF or linked thumbnail

Other Clients

ClientSupport
GmailUnsupported
Gmail AndroidUnsupported
Gmail iOSUnsupported
Outlook 365Unsupported
Outlook (New)Unsupported
Outlook ClassicUnsupported
Outlook iOSUnsupported
Outlook AndroidUnsupported
Outlook for MacSupported
Apple MailSupported
Apple Mail iOSPartial
Yahoo MailUnsupported
Yahoo Mail AndroidUnsupported
Samsung MailPartial
ThunderbirdSupported
HEY MailUnsupported
Proton MailUnsupported
AOL MailUnsupported
FastmailUnsupported
SuperhumanUnsupported

Related Features

Test your email across all 21 clients

Preview rendering, catch CSS issues, and get actionable fixes. Free.

Try Emailens Free