Definition
A carousel in email allows recipients to browse through multiple content panels — product images, features, testimonials — by swiping (on mobile) or clicking arrows (on desktop) directly within the email. Carousels are typically built using AMP for Email, CSS animation, or JavaScript-like interactivity where supported.
Carousels increase engagement by letting subscribers interact with more content without clicking through to a landing page. They are particularly effective for e-commerce product showcases, portfolio displays, and sequential storytelling. The trade-off is reduced support across older email clients — always test carousel functionality against your audience's client mix.
Carousel Types
| Type | Technology | Support |
|---|---|---|
| AMP carousel | AMP for Email | Gmail, Yahoo, Outlook.com (limited) |
| CSS-only carousel | CSS animations | Modern clients, limited mobile support |
| Animated GIF carousel | Animated images | Universal but no user interaction |
| Hybrid fallback | HTML static + AMP dynamic | Graceful degradation for all clients |
Best Practices
- Always provide a static fallback version for non-supporting clients
- Keep carousel panels to 3–5 items for optimal engagement
- Use high-quality images that work standalone and in sequence
- Include clear navigation indicators (dots, arrows)
- Ensure tap targets are large enough for mobile interaction
- Test carousel rendering across your top 10 email clients
- Track interaction within the carousel as a separate engagement metric
Was this useful?
Related Glossary Terms
AMP for Email
AMP for Email is a technology that allows interactive, dynamic content to live inside an email message, enabling forms, carousels and live updates.
AMP for Email
AMP for Email is a Google-developed framework that allows email messages to include interactive elements like forms, carousels, accordions, and live content. It turns static emails into dynamic, interactive experiences directly inside the inbox.
Autoplay Video in Email
Autoplay video in email refers to the limited ability to play video content automatically when an email is opened, using specific client-supported techniques.
AMP Accordion
An AMP accordion is a collapsible content section delivered with AMP for Email, letting subscribers expand and collapse blocks without leaving the inbox.
AMP Carousel
An AMP carousel is a swipable, interactive image or content carousel sent using AMP for Email and viewable in supporting inboxes.
AMP Date Time
AMP date time refers to components that render current or dynamic times and dates natively inside supporting AMP-enabled email clients.
Frequently Asked Questions
AMP carousels work in Gmail (web and mobile), Yahoo, and Outlook.com but not in Apple Mail or Outlook desktop. Some CSS-based carousels work in Apple Mail and Samsung Mail. For broadest reach, use progressively enhanced carousels with a static GIF fallback that all clients support.
When well-implemented, carousels can increase click-through rates by 15–30% compared to static image layouts because they surface more products or content in the same space. The key is ensuring the carousel works properly across your audience's email clients — a broken carousel hurts engagement.