1.91
Decimal ratio
the social-link preview ratio used across OG images and many feed cards
The complete 1.91:1 reference for Open Graph images, Facebook and LinkedIn feed posts, and blog featured images. Calculate exact dimensions, understand the difference between exact 1.91 and rounded platform exports, and copy CSS-ready values without manual math.
1.91
Decimal ratio
the social-link preview ratio used across OG images and many feed cards
52.36%
CSS padding value
the legacy responsive fallback for exact 1.91:1 media shells
2
Platform rounding patterns
1200×630 and 1200×628 are both common near-1.91 production exports
Calculate 1.91:1 Dimensions
Use exact 1.91:1 math for OG cards, social feed images, featured blog art, and responsive media containers. Switch modes to calculate, verify, or normalize dimensions before export.
Enter a known width and the calculator derives the exact matching height.
Quick 1.91:1 resolutions
Current Output
The output stays locked to exact 1.91:1 math, including a CSS padding fallback of 52.356%.
Ratio
1.91:1
Decimal
1.91
CSS Padding
52.356%
Diagonal
2156 px
Resolution Reference
These sizes cover both mathematically exact 1.91:1 outputs and the rounded dimensions that major platforms commonly recommend in production workflows.
SOCIAL
Near-1.91 exports used by feed cards, previews, and social-sharing artwork.
WEB
Useful sizes for featured images, case-study openers, and responsive preview cards.
MASTER
Sharper working files for retina previews, campaign systems, and reusable source art.
Why 1.91:1 Matters
1.91:1 matters because it became the practical shape for link-preview graphics. Open Graph images, Facebook feed cards, LinkedIn shares, and many blog featured-image systems all converge around this wide but still usable landscape frame.
The ratio is wide enough to feel modern and headline-friendly, but not so wide that the image collapses into a narrow banner. That is why it works well for article artwork, product teaser images, and campaign cards that need both typography and imagery in the same frame.
The workflow detail people miss is that platforms often publish rounded recommendations such as 1200×630 or 1200×628. Those are close to 1.91:1, but not mathematically identical. A useful reference page has to explain both the exact ratio and the real platform sizes people actually export.
Common Sizes
The exact 1.91:1 ratio reduces to 191:100, which means sizes such as 1910×1000 or 3820×2000 are mathematically clean. In real publishing work, however, 1200×630 and 1200×628 are more common because they map neatly to social and CMS defaults.
That is why verification matters. If you are checking CSS math, use the exact value. If you are exporting for Open Graph or a platform upload flow, the rounded size is usually the safer production choice.
For teams standardizing card art, the best workflow is often to design on a high-resolution exact canvas, then export rounded platform versions as the final delivery files.
Use Cases
1.91:1 is strongest wherever an image has to work as a headline-bearing landscape card rather than a cinematic banner or a mobile-first portrait frame.
1.91:1 is the default mental model for link-sharing graphics because it matches how article previews appear across Facebook, LinkedIn, and many messaging surfaces.
Editorial systems often use near-1.91 images because they read cleanly in cards, search-like listings, and share previews without wasting too much height.
Landscape posts on professional and news-style feeds often rely on this ratio because it feels structured, readable, and compatible with headline-driven creative.
Design systems frequently use 1.91:1 for case-study cards, article summaries, and related-content modules because it leaves room for both images and overlay text.
When the creative has to travel between website modules and social sharing cards, 1.91:1 is a safer compromise than 16:9 or more aggressive banner ratios.
Any layout that feels like a feed, result set, or recommendation shelf can benefit from the compact width and headline-friendly framing of 1.91:1.
CSS and Layout
For layout systems, the exact CSS expression is `aspect-ratio: 191 / 100`. That lets the browser reserve the intended landscape shape precisely without relying on platform-rounded upload sizes.
If you need a legacy fallback, the equivalent padding-top is 52.356%. In practice, rounding that to 52.36% is precise enough for responsive layout work.
This ratio is particularly good for preview cards, linked article modules, and social-sharing embeds because it stays wide without becoming fragile at small viewport widths.
Height from Width
H = W × (100 ÷ 191)
Example: 1910 × (100/191) = 1000
Width from Height
W = H × (191 ÷ 100)
Example: 630 × 1.91 = 1203.3
CSS Padding
P = (100 ÷ 191) × 100 = 52.36%
Use `padding-top: 52.36%` for the legacy fallback
Copy-ready CSS
.ratio-frame {
aspect-ratio: 191 / 100;
}
.ratio-frame--legacy::before {
content: "";
display: block;
padding-top: 52.356%;
}
/* Example output size: 1910x1000 */Decision Guide
1.91:1 is the right call when the graphic is fundamentally a landscape card with a headline, a clear focal image, and a need to travel across websites and social previews.
Pick 1.91:1 if the destination is a link preview, a blog feature image, a feed card, or any recommendation-style module where 16:9 feels slightly too wide and square feels too heavy.
Avoid it when the placement expects a native vertical format, a cinematic video frame, or a true banner with strong edge-to-edge horizontal storytelling.
Compare Nearby Ratios
1.91:1 is only slightly wider than 16:9, but in practice it behaves more like a sharing-card ratio than a video ratio.
16:9
1.7778
Best for: Video, slides, YouTube thumbnails
Avoid for: Link-preview systems that expect card art
1.91:1
1.9100
Best for: OG images, feed cards, preview modules
Avoid for: Strict cinematic video framing
2:1
2.0000
Best for: Panoramic heroes, wide editorial scenes
Avoid for: Compact sharing cards
How To
Use exact 191:100 math for CSS or design systems, then decide whether the delivery file should round to a platform-friendly size such as 1200×630.
Type one side into the calculator and let it derive the matching exact dimension.
Check whether your chosen rounded export is close enough to behave correctly on the target platform.
Use the exact ratio value for layout code and the rounded size for the final upload file when the platform expects a specific integer resolution.
Frequently Asked Questions
No. It is very close, but not exact. 1200 divided by 630 is about 1.9048.
Because it is the common rounded platform export for Open Graph and social-sharing workflows, and it behaves close enough to the exact ratio in practice.
Use `aspect-ratio: 191 / 100;` or the legacy fallback `padding-top: 52.36%`.
Facebook, LinkedIn, Open Graph image systems, blog featured-image modules, and many card-based editorial layouts.
Keep Exploring
Compare standard widescreen with the more card-like 1.91:1 frame.
Go wider when the card needs to feel more panoramic than preview-oriented.
Generate exact CSS values for uncommon ratios and rounded production sizes.
Jump back to the full ratio-first and platform-first reference page.