Thumbnail generator

Frame1280×720
Kept
Weight
Scale

Thumbnail Generator

Turn any picture into a fixed-size thumbnail for YouTube, Open Graph, LinkedIn, stories, or an avatar. Click the preview to say which part of the photo must survive the crop, and see the same settings applied to every preset at once before you export.

Default canvas
1280x720
Fit modes, plus a focus point
2
Bytes uploaded
0
Default JPEG quality
90

Step by step

How to use it

  1. 01Add the source image

    Drop in the frame, screenshot, or photograph the thumbnail is made from. Everything from here is drawn on a canvas in your browser.

  2. 02Set the canvas the platform expects

    1280x720 is the default because it is what video platforms want. Change it for a card, an open-graph image, or a listing tile — the output is exactly these dimensions, whatever the source was.

  3. 03Move the focus point to the subject

    Cover fills the canvas and crops the overflow, and the focus point decides which part survives. Drag it onto the face or the product instead of accepting the centre.

  4. 04Add padding, rounding, and a background if the frame needs them

    Contain plus padding gives a card-style thumbnail that never crops the subject. The radius clips the output itself, so the corners are real rather than a preview effect.

Worked example

A 1080p screenshot into a 1280x720 thumbnail

Both fit modes on the same source, since the choice between them is the whole job. The numbers are what the canvas does with a 16:9 source going into a 16:9 box that is slightly smaller.

Given

Source
1920x1080 (16:9)
Canvas
1280x720 (16:9)
Format
JPEG 90

Same ratio, so the fit modes agree - until you add padding

cover              scale x0.667 -> 1280x720, nothing cropped
contain            scale x0.667 -> 1280x720, nothing padded
contain + 8% pad   scale x0.613 -> 1178x662 centred
                   51px of background on each side
Ratio match
no crop either way
Padding cost
8% of every edge
Focus point
irrelevant here

When source and canvas share a ratio the fit mode does nothing and the focus point is inert — which is the quiet case. Feed the same canvas a 4:3 screenshot and cover silently removes 25% of the height; that is when the focus point stops being decoration and starts deciding whether the face survives.

Before you publish it

What to know about thumbnails

A thumbnail is read at a fraction of its size

The file is 1280px wide; the reader sees it 210px wide in a sidebar or 168px on a phone. Detail that only resolves at full size is not doing any work. Test by shrinking the preview until it is the size it will actually be seen at.

The focus point is the whole feature of cover

Every automatic crop takes the centre, which is where subjects least reliably are. Moving the focus decides which part of an oversized source survives the crop — the difference between a face and a shoulder in a 16:9 slot.

Contain plus padding is the safe frame

When nothing may be cropped — a full product, a chart, a slide — contain fits the whole image and pads the rest. Set the background to something deliberate, because the padding is now part of the composition rather than an accident.

Rounded corners belong to the file, not the page

The radius clips the exported bitmap. That matters when the thumbnail lands somewhere you do not control the CSS — a feed, an embed, an email — and it means JPEG will fill those corners with the background rather than leaving them clear.

Export dimensions are exact

The canvas is the size you typed regardless of what went in, so a set of thumbnails from mixed sources comes out uniform. That consistency is most of what makes a grid of cards look designed rather than assembled.

Nothing is uploaded

Compositing and export both run locally, which matters when the thumbnail is made from an unreleased frame or an internal screenshot. The share link carries the recipe — canvas, fit, focus, padding — never the picture.

The judgement call

Cover or contain?

The one decision that changes what the reader sees. Everything else is trim.

  • A photo or video frame, subject near the middle

    Cover

    Fills the canvas edge to edge. Cropped margins on a photograph are invisible; empty bars are not.

  • A photo with the subject off to one side

    Cover + focus

    Keep the full bleed, but move the focus point onto the subject so the crop takes the background instead.

  • A chart, slide, or full product shot

    Contain

    Nothing may be lost. Pad to the canvas and choose a background that reads as deliberate.

  • A tall screenshot into a wide canvas

    Contain

    Cover would keep a narrow horizontal strip of it. Padding looks intentional; a random slice looks broken.

  • A set of cards that must look uniform

    One canvas, one fit

    Consistency across the set matters more than the best framing of any single image.

  • Text you want legible in a feed

    Not from a screenshot

    Downscaled UI text turns to mush. Add large type over the image rather than relying on type inside it.

Reference

How the thumbnail is composed

Default canvas
1280x720The standard video-platform thumbnail. Any dimensions can be typed; the export always matches them exactly.
Fit modes
cover · containCover scales by the larger factor and crops; contain scales by the smaller and pads. There is no stretch here on purpose.
Focus point
0-100% on each axisDecides which part of the overflow survives a cover crop. Inert when source and canvas share a ratio.
Padding
Applied inside the canvasShrinks the image within the fixed output size rather than growing the file.
Default export
JPEG at quality 90Right for photographic sources. Switch to PNG when the thumbnail has flat colour, sharp text, or transparent corners.

FAQ

Questions, answered plainly

What size should a YouTube thumbnail be?

1280 × 720 pixels, a 16:9 frame, is the size YouTube asks for, and it is one of the presets here. Keep the file under 2 MB — exporting as JPEG at 80–90% quality, or as WebP, comfortably clears that for a photographic thumbnail.

What is the right size for an Open Graph or social share image?

1200 × 630 is the widely supported Open Graph size and works across Facebook, Slack, and most link unfurlers. LinkedIn prefers 1200 × 627, which is close enough that the same crop usually serves both. Both are presets, and the preview strip lets you check one framing against the other.

How do I stop the important part of my photo being cropped out?

Use Cover and move the focal point. Click the spot that has to stay visible — a face, a product, a logo — and the crop pans towards it. If nothing may be lost at all, switch to Contain: the entire picture is scaled to fit and the leftover space is filled with your background colour.

What is the difference between cover and contain?

Cover scales the picture until it fills the frame in both directions, so the excess on the longer axis is cropped. Contain scales until the whole picture fits inside, which leaves bars of background on one axis. Cover is the usual choice for thumbnails and hero images; Contain suits logos, product shots on white, and anything where the full frame carries meaning.

Can I make a circular avatar?

Yes. Choose the 512 square preset, set the corner radius to 50%, and export as PNG or WebP so the area outside the circle is transparent. If the destination flattens transparency, set the background colour to match the surface the avatar will appear on instead.

Is my image uploaded to a server?

No. The picture is decoded, framed, and re-encoded by your browser on a local canvas. Nothing is transmitted or stored, and the share link carries only the frame size, focal point, padding, radius, colour, and format.

Thumbnails are rendered in your browser on a local canvas. The source picture is never uploaded, and share links carry only the framing settings.