top of page
Search

Open Graph Image Size 2026: Best Dimensions for Perfect Social Previews

  • Mar 18
  • 4 min read

When you share a link on social media, the preview image that appears isn’t random. Platforms like Facebook, LinkedIn, X, and messaging apps rely on Open Graph images to generate the visual preview of a webpage.


If the image is the wrong size, it may appear cropped, blurry, or poorly formatted, which can hurt click-through rates.


In this guide, you’ll learn the correct Open Graph image size 2026, how social platforms display link previews, and how to optimize your images so they look sharp everywhere.


Flat lay workspace with smartphone, laptop, coffee, and apple on purple background

What Is an Open Graph Image?


An Open Graph image is the preview image that appears when a webpage is shared on social media or messaging platforms.

It is defined using Open Graph metadata in a webpage’s HTML:

<meta property="og:image" content="https://example.com/image.jpg">

Platforms use this tag to generate the link preview card, which typically includes:

  • Title

  • Description

  • Preview image

  • Website name


Because the image is often the most visible element of the preview, choosing the correct dimensions is essential.


Open Graph Image Size 2026


The recommended Open Graph image size remains:

Element

Recommended Size

Open Graph image

1200 × 630 pixels

Aspect ratio

1.91:1

Minimum size

600 × 315 pixels

Ideal file size

Under 500 KB

Supported formats


This size ensures that the image displays correctly across major platforms including Facebook, LinkedIn, and X.


Using smaller images may result in blurry previews, while incorrect aspect ratios can cause unwanted cropping.


How Open Graph Images Appear on Different Platforms


While the same Open Graph image is often used everywhere, platforms display previews slightly differently.


Platform

Recommended OG Size

Notes

Facebook

1200 × 630

Standard OG implementation

LinkedIn

1200 × 627

Nearly identical ratio

X (Twitter)

1200 × 675

Slightly taller crop

Slack

1200 × 630

Uses OG metadata

WhatsApp

1200 × 630

Mobile optimized preview


Because cropping varies slightly between platforms, it’s best to keep important text or logos centered.



Open Graph Safe Zone (Avoid Cropping)


To prevent text or branding from being cut off, keep the important elements inside a safe zone.


Open Graph Image Size 2026 example.

Recommended layout:

  • Central content area: 1000 × 500 pixels

  • Leave margins around the edges

  • Avoid placing text near corners


Open Graph Image Size 2026 example.

This ensures the image looks good even when platforms adjust the crop.



Common Open Graph Image Mistakes


Even when using the right dimensions, a few mistakes can cause preview problems.


  • Using images that are too small: images below 600 × 315 pixels may appear blurry.

  • Forgetting the aspect ratio: if the image isn’t close to 1.91:1, platforms may crop the sides.

  • Placing text too close to edges: important content can get cut off in different preview formats.

  • Using overly large file sizes: large images slow page loading and can affect performance.



How to Add an Open Graph Image to Your Website


To set the preview image, add the Open Graph tag inside the <head> section of your page.


Example:

<meta property="og:image" content="https://yourdomain.com/og-image.jpg"><meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

Adding the width and height helps platforms render the preview faster.



Testing Your Open Graph Image


After adding the image, you should test how the preview appears.


Tools commonly used for this include:


These tools refresh cached previews and show how your image will appear when shared.



Why Open Graph Images Matter for Click-Through Rates


On most social platforms, the image is the largest visual element in the preview card.

A well-designed Open Graph image can:


  • Increase visibility in crowded feeds

  • Improve click-through rates

  • Reinforce brand identity

  • Provide visual context for the content


In many cases, the preview image has more impact than the link title itself.



FAQs About Open Graph Image Size


What is the best Open Graph image size in 2026?

The recommended Open Graph image size in 2026 is 1200 × 630 pixels with an aspect ratio of 1.91:1. This ensures your image displays correctly across most platforms, including Facebook, LinkedIn, and messaging apps.

What happens if my Open Graph image is the wrong size?

If your Open Graph image doesn’t match the recommended dimensions:

  • It may be cropped incorrectly

  • Important content could be cut off

  • The image may appear blurry or stretched

  • The preview may look inconsistent across platforms


Using the correct size helps maintain a clean and professional appearance.

What is the minimum Open Graph image size?

The minimum recommended Open Graph image size is 600 × 315 pixels. However, using the full 1200 × 630 pixels is strongly recommended for better quality and sharper previews.

Does Open Graph image size affect SEO?

Open Graph images do not directly impact search rankings, but they can influence click-through rates and social engagement. A well-optimized image can:

  • Increase clicks from social media

  • Improve content visibility

  • Enhance user engagement

Can I use WebP for Open Graph images?

Yes, WebP can be used for Open Graph images, but support may vary slightly across platforms. For maximum compatibility, JPEG and PNG are still the safest options. If you use WebP, make sure to test your previews.

Why is my Open Graph image not showing?

If your Open Graph image isn’t appearing, common causes include:

  • Missing or incorrect og:image tag

  • Cached preview data (platforms haven’t refreshed)

  • Image URL is blocked or not publicly accessible

  • File size or format issues


Use tools like debuggers or preview validators to refresh and check your setup.

How do I prevent Open Graph image cropping?

To avoid cropping:


  • Use the 1.91:1 aspect ratio

  • Keep important content in the center

  • Leave margins around edges

  • Avoid placing text near corners


This ensures your image looks correct across different platforms.

Can I use different Open Graph images for different platforms?

By default, the same Open Graph image is used across platforms. However, you can customize previews using platform-specific tags, such as: twitter:image for X (Twitter).


Other metadata depending on the platform This allows more control over how your content appears.


Open Graph images are a small technical detail that can have a big impact on how your content spreads online.


By using the 1200 × 630 format, keeping text inside safe zones, and optimizing file size, you can ensure your content always appears clean and professional when shared across platforms.


If your website relies on social traffic, this simple optimization can significantly improve how your pages perform in feeds and messaging apps.

 
 
bottom of page