How to Crop an Image to a Perfect Square or 16:9

2026-06-03 · 4 min read

Square for avatars, 16:9 for thumbnails. Here is how aspect ratios work and how to crop to them cleanly.

Cropping is choosing which part of an image to keep. The key concept is the aspect ratio — the relationship between width and height — because most platforms expect a specific one.

Common ratios and where they are used

Cropping vs resizing

Cropping removes pixels from the edges to change the framing or ratio — it never distorts. Resizing (or stretching to a ratio) squashes the image. If a face looks "wrong", something was stretched instead of cropped.

Crop first to the right ratio, then resize to the exact pixel dimensions the platform wants. Doing it in that order keeps everything sharp and undistorted.

Quality matters

A good cropper takes the crop from the original full-resolution image, not the smaller on-screen preview, so you do not lose detail. Export as PNG for graphics with sharp edges, or JPG for photos.

Crop it now

The Image Cropper lets you drag a selection with a locked ratio (1:1, 4:3, 16:9, 3:4) or freehand, then download the exact region — all in your browser.

Try the Image Cropper →