Product6 min read

Gmail vs Outlook — see both, side by side

Gmail and Outlook render HTML email differently. Our side-by-side screenshots expose the common breakage points.

Outlook on desktop uses Word's HTML engine. Gmail uses a modern HTML/CSS subset. The gap between the two is the reason every email developer has grey hairs. Our screenshots put them next to each other so you can see the problem fast.

Where Gmail and Outlook most commonly diverge
  • Background images on divs — Gmail renders, Outlook strips unless VML is used.
  • padding on <td> — Gmail accepts, Outlook partial (use cellpadding).
  • CSS float — Gmail renders, Outlook collapses to block.
  • Web fonts — Gmail supports a curated list, Outlook desktop ignores most.
  • Images with max-width — Gmail fine, Outlook scales incorrectly without hard width.
  • Animated GIFs — both render first frame only on desktop.
  • CSS gradients — neither renders reliably; flat colours or VML.
Where Gmail and Outlook most commonly diverge in HTML email rendering
FeatureGmailOutlook desktop
Background images on divsRendersStrips (use VML)
padding on <td>RendersPartial (use cellpadding)
CSS floatRendersCollapses to block
Web fontsCurated list supportedMost ignored
Images with max-widthFineScales incorrectly without hard width
Animated GIFs (desktop)First frame onlyFirst frame only
CSS gradientsUnreliableUnreliable (use VML)

Side-by-side in the report

  • Gmail webmail screenshot.
  • Outlook.com webmail screenshot.
  • Outlook desktop rendering (via a rendering worker).
  • Click to toggle light/dark; click to toggle mobile/desktop.

Typical fixes after seeing the screenshots

  • Switch floats to nested tables.
  • Use <!--[if mso]> conditional HTML for Outlook-specific structure.
  • Hard-set image widths; don't rely on max-width.
  • Avoid background images on containers; use solid colours or bulletproof background patterns.
  • Web-safe font stacks with brand fonts as first choice for Gmail, safe fallbacks for Outlook.
Compare rendering for your template

Run a free test. Gmail and Outlook screenshots in the same report. No signup.

FAQ

Do you render Outlook desktop or just Outlook.com?

Both. Outlook desktop rendering is slower (runs in a dedicated worker) but the most important surface for B2B.

What about the new Outlook (Monarch)?

Covered — it's WebView2 based and renders closer to Outlook.com than to Outlook desktop classic. We flag when the rendering differs significantly from classic.

Can I get these screenshots via API?

Yes, in the /api/tests/:token response.
Related reading
Found this useful? Share it
AB
About the author
Artem Berezin
B2B Deliverability Specialist

B2B deliverability specialist with 5+ years of hands-on outreach experience. Built campaigns reaching 90,000+ inboxes across 20+ countries — and fixed the deliverability problems that came with that scale.

Check your deliverability across 20+ providers

Gmail, Outlook, Yahoo, Mail.ru, Yandex, GMX, ProtonMail and more. Real inbox screenshots, SPF/DKIM/DMARC, spam engine verdicts. Free, no signup.

Run Free Test →

Unlimited tests · 20+ seed mailboxes · Live results · No account required