Animated GIFs work in most email clients — except Outlook. Here's how to use GIFs in email correctly.
Yes — with one important exception. Animated GIFs work in Gmail, Apple Mail, Yahoo Mail, Outlook.com, and most modern clients. Outlook 2007, 2010, 2013, 2016, and 2019 only display the first frame — the animation doesn't play.
The classic Outlook desktop clients (not Outlook.com) use Microsoft Word as their HTML rendering engine, which doesn't support GIF animation. Your subscribers on Outlook 2007–2019 will see a static image. Design your first frame to make sense on its own — it should convey the message even without animation.
width and height attributes on the <img> tag to prevent layout shift<img src="your-animation.gif"
width="600"
height="400"
alt="Description of animation"
style="display:block; max-width:100%;" />
Before sending, test in Litmus or Email on Acid to see how your GIF renders across Outlook versions, Gmail, Apple Mail, and mobile clients. This catches the first-frame problem before it reaches real subscribers.
Compress GIF for email
Pre-configured for email's 1 MB limit — compress and download in seconds.