Skip to main content
Social platforms expect specific aspect ratios — usually 1200×630 (1.91:1) for Open Graph and LinkedIn, 1200×600 for Twitter large summary cards. Convertly generates every size from one stored hero with URL parameters — no separate Photoshop exports. Built-in preset og-card (alias social-preview) applies w=1200, h=630, fit=cover, JPEG q88. See Presets.

Quick OG image

Path form (/p/og-card) and query form (?preset=og-card) are equivalent.

With smart cropping

Off-centre heroes benefit from gravity=smart or a stored focal point from image analysis:
Or persist analyze output once:

Branded cards with text overlay

Add title and subtitle on the fly — useful for blog posts and product launches:
See Text overlays for fonts, alignment, and stroke options.

React helper

Multiple platforms from one source

Use <picture> art direction when mobile shares need a different crop than link previews.

Origin-backed marketing sites

If the hero lives on your deployed site (public/hero.jpg), register an origin source and build:

Caching and updates

OG URLs are cached aggressively at the edge. When you change the hero:
  1. Preferred: upload a new file id and update meta tags.
  2. In place: purge asset:{fileId} — see Cache-tag purge.
Last modified on July 17, 2026