Back to Journal/Reference

OG Image Size Guide 2026: Every Platform's Requirements

The definitive OG image size guide for 2026. Exact dimensions, file sizes, and format requirements for WhatsApp, Facebook, Twitter/X, LinkedIn, Instagram, Discord, and Slack.

LT
LinkPeek TeamOG Experts
May 23, 2026·10 min read

The Universal OG Image: One Size to Rule Them All

If you only remember one thing from this guide, let it be this:

1200×630 pixels, JPG format, under 300 KB works perfectly on every major platform.

That's the "golden image" specification. But if you want to optimize for each platform individually—or understand why your preview looks wrong on a specific app—read on.


Platform-by-Platform Breakdown

WhatsApp

WhatsApp is the most restrictive platform for link previews. Get any spec wrong, and you get zero preview—not even a degraded one.

SpecValueWhat Happens If Wrong
Max file size600 KBNo preview image at all
Min dimensions100×100 pxNo preview shown whatsoever
Small preview100–299 px widthTiny thumbnail beside URL
Full-width card≥ 300 px widthFull preview with image, title, description
Recommended1200×630 pxPerfect full-width card
FormatsJPG, PNG, WebPGIF and SVG are rejected

Pro tip: WhatsApp accepts any aspect ratio (including 1:1 square), but 1.91:1 gives you the most visual real estate.

Facebook

Facebook is the most lenient platform, accepting larger files and more formats.

SpecValueWhat Happens If Wrong
Max file size8 MBNo image shown
Min dimensions200×200 pxNo image shown
Compact previewWidth ≤ 445 px OR ratio ≤ 0.797Small thumbnail beside link
Expanded previewWidth > 445 px, Height > 232 px, Ratio > 0.797Full-width card
Recommended1200×630 px (1.91:1)Perfect expanded card
FormatsJPG, PNG, WebP, GIF, SVGAll standard formats accepted

Twitter/X

Twitter has two card types with different requirements:

SpecSummary CardSummary Large Image
Dimensions144×144 to 4096×4096300×157 to 4096×4096
Aspect ratio1:12:1
Max file size5 MB5 MB
FormatsJPG, PNG, WebP, GIFJPG, PNG, WebP, GIF

Important: Twitter requires the twitter:card meta tag. Without it, the default card type is used. For large preview images, set:

html
<meta name="twitter:card" content="summary_large_image" />

LinkedIn

LinkedIn has aggressive caching and specific quirks:

SpecValueNotes
Recommended1200×627 px (1.91:1)
Min dimensions200×200 px
Max file size5 MB
FormatsJPG, PNG, GIFNo WebP, no SVG
CachingVery aggressiveUse Post Inspector to refresh

Warning: LinkedIn is notorious for image redirect issues. If your OG image URL involves multiple redirects (e.g., CDN → origin → final URL), LinkedIn will often fail to load it.

Instagram DMs

SpecValue
Max file size8 MB
Recommended ratio1.91:1 (1200×630)
FormatsJPG, PNG, WebP, GIF, SVG
Twitter cardsIgnored—only OG tags

Discord

SpecValue
Title limit256 characters
Description limit~350 characters
og:typeMatters—Discord styles types differently

Slack

SpecValue
og:site_nameCritical—used as bold header
FallbackDomain is guessed if og:site_name is missing

The Complete OG Tag Setup for All Platforms

This HTML snippet covers every platform's requirements:

html
<!-- Open Graph (Facebook, WhatsApp, Instagram, LinkedIn, Discord, Slack) -->
<meta property="og:title" content="Your Title — 60 chars optimal" />
<meta property="og:description" content="Compelling description, 150-200 chars" />
<meta property="og:image" content="https://yoursite.com/og-1200x630.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://yoursite.com/page" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Your Site Name" />

<!-- Twitter Card (overrides OG if present) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Your Title" />
<meta name="twitter:description" content="Your description" />
<meta name="twitter:image" content="https://yoursite.com/og-1200x630.jpg" />
<meta name="twitter:site" content="@yourusername" />

Text Limits by Platform

Don't just optimize your images—your title and description have character limits too:

PlatformTitle LimitDescription Limit
WhatsApp~65 chars~80 chars
Twitter/X~70 charsVaries
LinkedIn~150 charsVaries
Facebook~88 chars~200 chars
Discord256 chars~350 chars
InstagramShort preferredIf space allows
Safe universal60 chars150 chars

Key Stats: Why OG Images Matter

StatImpact
Rich previews2× more clicks than plain URLs
Optimized OG images179% more engagement
A/B testing OG imagesUp to 47% CTR increase
Tweets with cards2× more engagement
LinkedIn posts with images2× more engagement

Test Your OG Images Before Sharing

Use LinkPeek to preview your link across WhatsApp, Twitter, LinkedIn, Slack, Discord, and Instagram simultaneously. It checks all platform-specific requirements and tells you exactly what needs fixing.

#og image size#Open Graph image dimensions#og:image size requirements#social media image size 2026#og image dimensions#Facebook OG image size#Twitter card image size#LinkedIn preview image size
Continue Reading