Drop a cap on that email GIF.
Mailchimp tolerates up to 1 mb in email body, but every Windows Outlook subscriber will see a single static frame. Design backwards from there.
- outlook desktop on windows shows only frame 1 of any gif · mailchimp recommends under 1 mb total · oversized gifs blow load times and trigger spam filters · most encoders compose for the loop, not for the first-frame fallback
gifcap. gifcap binary-searches quality to fit under 1 mb. set the start frame deliberately so outlook readers see your message. drag-drop, no upload step.
| axis | online compressors / mailchimp's built-in | gifcap |
|---|---|---|
| holds under 1 mb at watchable quality | often dithered to fit | gifski per-frame palettes |
| first-frame composition | trims at random | set start frame deliberately |
| workflow | upload, wait, download, repeat | drag-drop local |
| outlook fallback notes | no guidance | caption reminders in app |
| cost | free | free tier; pro $29 lifetime |
How gifcap solves this — in detail
Email is the cruelest GIF target because the rendering split is 50/50: half your subscribers see the animation, the other half (Outlook desktop on Windows) see only frame 1. Most encoders ignore this — they optimize for the loop, leaving you with a meaningless static image for half the audience.
gifcap's workflow encourages frame-1-as-message thinking. The trim panel lets you pick which frame becomes the static fallback, and the binary-search size cap holds quality at the strict 1 MB Mailchimp recommendation. gifski's per-frame palette keeps text crisp at email-friendly dimensions (typically 600 px wide).
For B2B campaigns, the win is unsubscribe-rate reduction. A static-but-coherent first frame costs nothing to ship; an unintelligible static frame costs subscribers. gifcap doesn't add a feature for this — it gives you the deterministic file size and frame control to build the right composition by default.
Email clients — GIF rendering matrix
- Mailchimp recommended size: under 1 MB
- Outlook desktop on Windows: shows only frame 1 (static) — ~25% of opens
- Outlook web / Outlook mobile: full animation supported
- Apple Mail (macOS, iOS): full animation supported
- Gmail (web, mobile): full animation supported
- Yahoo / AOL: animation supported; spam-filter weight on files >2 MB
- Mailchimp content block max width: 600–1320 px