πŸ‹
Menu
Best Practice Beginner 1 min read 229 words

Video for Email: GIF vs MP4 vs Static Thumbnail Strategies

Email clients have inconsistent video support. Understanding fallback strategies ensures your video content reaches every subscriber effectively.

Key Takeaways

  • Most email clients do not support embedded `<video>` tags.
  • GIFs are supported by virtually all email clients.
  • Use a static thumbnail with play button as the default.

The Email Video Problem

Most email clients do not support embedded tags. Apple Mail and some iOS/macOS clients are exceptions, but Gmail, Outlook, and Yahoo strip video elements entirely.

Strategy Comparison

Animated GIF

GIFs are supported by virtually all email clients. They auto-play and loop, catching attention in the inbox.

Pros: Universal support, auto-play. Cons: Large file sizes (>1 MB risks clipping), 256 colors, no audio, triggers spam filters if oversized.

Static Thumbnail with Play Button

An image with a play button overlay linked to a hosted video. This is the most reliable and lightweight option.

Pros: Tiny file size, works everywhere, tracks clicks. Cons: No in-email playback, requires click-through.

HTML5 Video with Fallback

Embed a tag for Apple Mail with a GIF or image fallback for other clients.

Pros: True video for supported clients. Cons: Complex HTML, may trigger spam filters.

Best Practices

Client Supported Fallback
Apple Mail HTML5 video N/A
Gmail Image only Thumbnail
Outlook Image only Thumbnail
Yahoo Image only Thumbnail

Recommendation

Use a static thumbnail with play button as the default. Keep GIF animations under 500 KB and 3 seconds. Link to a landing page with the full video β€” this also captures engagement data.