Skip to content
FireConvert
11 min read

Crop image online free — aspect ratios, social media presets, batch workflow

"Crop image" is a two-word operation that hides a pile of decisions — aspect ratio, pixel vs percentage, destructive vs non-destructive, target platform, and whether you're cropping one file or three hundred. Get any of those wrong and Instagram silently centre-crops your face out of the frame, or a YouTube thumbnail ends up pillar-boxed in the recommended rail. Here's the honest version, with the math for every mainstream ratio.

The short version

  1. Decide the target platform first — Instagram feed, Story, Reel, YouTube thumbnail, Twitter header, LinkedIn banner. Each has a ratio. Cropping arbitrary and hoping it works is how faces end up clipped.
  2. Pick the preset ratio in the cropper. 1:1 for Instagram feed, 4:5 for portrait feed, 9:16 for Stories/Reels/TikTok, 16:9 for YouTube thumbnails and Twitter in-feed.
  3. Keep the subject in the safe zone — roughly the middle 70% of the frame. Mobile crops dynamically on hover, follow, and preview.
  4. Don't crop below the platform's minimum pixel dimensions. A 1080×1080 source cropped to 1:1 is fine; a 600×600 source isn't — Instagram will upscale it and soften it.
  5. Crop, then compress — never compress first. Same reason as resize-first-compress-second: the encoder operates on the final pixels, not pre-artifacted ones.

If you're cropping for social, the rest of this post is the reference you wish platforms printed on their upload buttons. If you're cropping for print or archival, skip to the pixel-vs-percentage section.

Aspect ratio — the math nobody explains

An aspect ratio is width divided by height — nothing more. 1:1 is a square. 16:9 is 16 units wide for every 9 tall. The annoying part is that identical ratios have dozens of valid pixel pairs (1920×1080, 1280×720, 3840×2160 are all 16:9) and every platform picks a different one as their "recommended" size. The ratio is what matters for crop framing; the pixel count matters for resolution, not composition.

The five ratios that cover 95% of real-world cropping:

  • 1:1 (square) — Instagram feed, profile avatars, Facebook posts, album art. The lowest-risk ratio; works everywhere.
  • 4:5 (portrait) — Instagram portrait feed, Pinterest pins. The tallest an Instagram feed post can go before it gets cropped on the grid.
  • 16:9 (landscape) — YouTube videos and thumbnails, Twitter/X in-feed media, most TV and monitors. The single most common video ratio on the planet.
  • 9:16 (vertical) — Instagram/Facebook Stories, Reels, TikTok, YouTube Shorts, Snapchat. Full-screen mobile.
  • 4:3 (classic) — old-school DSLR output, most point-and-shoot cameras, iPads in landscape. Still common for prints.

A useful mental model: 1:1 is social default, 4:5 is "go taller on Instagram without losing frame," 9:16 is mobile full-screen vertical, 16:9 is horizontal video, 4:3 is print-friendly. Four ratios buy you basically every mainstream destination.

9:164:51:14:316:93:1frameshapeaspect ratio (width : height)
Relative frame shapes for the six most common crop ratios. A single 3000×3000-capable source produces very different usable regions depending on target platform — 9:16 and 3:1 discard the most pixels from a square master.

Social media crop cheat sheet

Official recommended sizes as of 2026. Pixel dimensions are the minimum the platform won't upscale; the ratio is what the crop frame should enforce. Use the ratio; let our cropper export at whatever pixel dimensions you actually want.

DestinationRatioRecommended pxNotes
Instagram feed (square)1:11080×1080Safe default. Grid shows a centre crop of everything anyway.
Instagram portrait4:51080×1350Tallest non-Story format. Best reach-per-pixel on mobile feed.
Instagram Reel / Story9:161080×1920Keep subject in middle 60% — top/bottom bars cover the rest.
YouTube thumbnail16:91280×720Max 2 MB. JPEG, PNG, or WebP. Test at 120px wide — that's the recommended rail.
YouTube Shorts9:161080×1920Same as Reel. Test vertical thumbnail at 90px tall.
Twitter/X in-feed16:91200×675Also accepts 1:1. 16:9 gets more visual weight in the timeline.
Twitter/X header3:11500×500Top/bottom 60px gets clipped on mobile — keep the content tight.
LinkedIn post1.91:11200×627Same as Facebook/Open Graph. 1200×630 also works.
LinkedIn banner4:11584×396Profile photo covers lower-left corner — avoid content there.
Facebook cover2.7:1820×312 desktop / 640×360 mobileUse the larger; Facebook crops for mobile view.
TikTok video cover9:161080×1920Lower-right 360×480 area is bottom-bar UI — keep text above it.
Pinterest pin2:31000×1500Taller than Instagram portrait. 1:2.1 "long pin" also supported.

Our cropper's preset dropdown ships every ratio in that table. Pick one, drag the frame over the subject, export. The file exports at source resolution within the chosen ratio — if your source is 4000×3000 and you crop to 1:1, you get a 3000×3000 square (largest possible). Downsize with our resizer if the platform minimum is smaller and filesize matters.

Pixel vs percentage crop

Two ways to tell a cropper what you want. They're not the same and the wrong one produces frustration.

  • Pixel crop — "take the region from (200, 100) to (1800, 1000)". Exact. Source-resolution aware. Use when you know the output dimensions (e.g. a headshot that has to be exactly 600×600).
  • Percentage crop — "take the middle 80%". Resolution-independent. Scales with the source. Use when you're cropping a batch of mixed-dimension images to the same visual framing.
  • Ratio crop — "biggest 1:1 region you can fit, centred". The cropper picks dimensions; you pick the ratio. Use when the ratio is the constraint and the pixel count isn't.

Our tool exposes all three — pixel mode for exact dimensions, percentage for batch-consistent framing, ratio for social posts. Most online croppers only expose ratio. Photoshop exposes all three; iLoveIMG exposes pixel + ratio but not percentage.

Destructive vs non-destructive cropping

A "destructive" crop throws away the pixels outside the frame — the cropped file is smaller and the original pixels are gone. A non-destructive crop stores the crop rectangle as metadata; the full image is still in the file, cropped only at display time.

  • JPEG — crops are almost always destructive unless you use jpegtran -crop, which performs a lossless block-aligned crop. Our cropper uses lossless jpegtran-style cropping when the crop box aligns with JPEG's 8×8 DCT blocks (very common for even-pixel crops); otherwise it re-encodes at your chosen quality.
  • PNG — crops are destructive, but PNG is lossless, so there's no quality penalty from re-encoding. The file shrinks exactly.
  • RAW formats (CR2, NEF, ARW, DNG) — crops in Lightroom/Capture One are non-destructive by default. The raw sensor data is preserved.
  • Our cropper — destructive by design (single JPEG/PNG/WebP output). Keep your RAW/TIFF master if you need non-destructive workflow; use our tool for the delivery crop.

Batch cropping — the same ratio across a folder

Real estate listings, e-commerce product shots, social content calendars — anywhere you need 50 images cropped to the same ratio, batch mode saves an hour.

  1. Drop the folder. Our cropper accepts up to 500 files at once (browser memory permitting).
  2. Pick the ratio preset. 1:1, 4:5, 9:16, 16:9, or custom.
  3. Pick the anchor. Centre (default), top, bottom, left, right. Most product shots want centre; sports action often wants the subject region.
  4. Export as ZIP. Original filenames preserved with a -crop suffix.

Batch mode uses ratio-based cropping — each image gets the biggest region of its source dimensions that matches the ratio, anchored per your choice. If your inputs are inconsistent (portrait + landscape mixed), consider doing landscape and portrait batches separately — a single "crop everything to 1:1 centred" pass often discards subject pixels on the portrait ones. Chain through our resizer if you also need uniform pixel dimensions.

Subject-aware cropping

Traditional cropping is coordinate-based: you pick the rectangle, the tool takes those pixels. "Smart" or "subject-aware" cropping uses an ML model to detect the subject (face, person, product, saliency blob) and fit the crop frame around it automatically. Instagram does this on upload; Adobe calls it Content-Aware Crop; Canva calls it Magic Resize.

When it's good: product photos on messy backgrounds, group photos where the face region is obvious, hero shots of a subject against sky. When it's bad: abstract compositions, artistic negative space, landscapes without a "subject" — the model guesses wrong and the crop fights the photograph's composition.

Our cropper offers optional face-aware auto-centring for portrait crops. Toggle it on in advanced settings; off by default because disagreements with the model are more frustrating than manual cropping.

Crop then compress, never the reverse

Ordering matters. A 4032×3024 photo at 4 MB cropped to 1:1 becomes 3024×3024 at ~2.3 MB — the cropped file is smaller just from the reduced pixel count. Running our image compressor on that cropped file at q=82 lands around 400 KB. Compressing first then cropping gives you the same pixel count in the final crop but worse quality, because the encoder was working on the uncropped frame and distributing bits to regions you're about to throw away.

Same principle as resize-first, compress-second — reduce the encoder's workload to the pixels that survive. See our resize guide for the full breakdown of fit modes and resampling algorithms.

How our cropper compares

Online image croppers are a crowded space, mostly because cropping looks trivial on the surface. The differentiators turn out to be batch support, ratio presets, lossless JPEG handling, and whether the file gets uploaded.

ToolCostWhere it winsWhere it loses
FireConvertAppFreeFull social-preset library, pixel/percentage/ratio modes, lossless jpegtran on aligned crops, batch folder drop, runs in-browser (no upload), non-destructive preview, optional face-aware centringNo RAW (CR2/NEF/ARW) native support — convert first via the format converter; no subject-aware auto-crop for products (roadmap)
iLoveIMGFree, Premium $4/moClean UI, batch support, good ratio presetsUploads every file to their servers; re-encodes every JPEG (no lossless path); free tier has per-session file caps
iLovePDFFree, Premium $4/moIntegrated with their PDF tools; OK ratio presetsSame upload model as iLoveIMG; no percentage crop; no face-aware
Photoshop Crop Tool$22.99/mo (Photography plan)Reference-quality tool; Content-Aware Crop; full non-destructive workflow; colour-managed; scriptableExpensive for one operation; desktop install only; learning curve; overkill for web-destined crops
Canva CropFree, Pro $14.99/moIntegrated with the full Canva design surface; Magic Resize does per-platform auto-reformatHeavyweight for just cropping; requires account; Magic Resize is Pro-only; uploads everything
Apple Preview CropFree (Mac only)Zero-install; lossless on PNG; fast for single filesMac only; no ratio presets (rectangular only); no batch; JPEG crops re-encode lossy

If you're on Photoshop already, use Photoshop. Otherwise the honest recommendation depends on volume: single files with platform presets, our cropper or iLoveIMG. Batches of anything, our cropper — no upload and no per-session caps. Subject-aware auto-reformat, Canva Pro if you're already paying.

Works well / doesn't work

Works well

  • Social-media-destined crops (the whole preset library)
  • Batch cropping to a consistent ratio across mixed input
  • Lossless JPEG crops on block-aligned coordinates (no re-encode penalty)
  • Privacy-sensitive images (runs in your browser tab)
  • Thumbnail generation for YouTube, Shorts, TikTok, Reels

Doesn't work (well) yet

  • RAW (CR2/NEF/ARW/DNG) direct input — convert via our format converter first
  • Subject-aware auto-crop for products/saliency (face-aware only)
  • Non-destructive metadata-only crops (destructive output; keep masters separately)
  • CMYK colour-space preservation — outputs are sRGB

Tips for the best result

  • Pick the platform preset first, adjust second. Manual rectangle then "does it work on Instagram?" wastes time.
  • Keep subjects in the middle 70%. Mobile UIs overlay controls at the edges.
  • Crop before compress, not after. Saves bytes and preserves quality.
  • Don't crop below platform minimums. Upscaling to recover detail never looks like the original.
  • For batches, pre-sort by orientation. Mixed portrait/landscape with one preset wastes pixels.
  • Keep the original file. Crops are destructive; you'll want the full frame back eventually.

Common questions

What's the best aspect ratio for Instagram?

4:5 for feed posts — tallest format Instagram allows without cropping, highest reach-per-pixel on mobile scrolls. 1:1 if the photo works square. 9:16 for Stories and Reels. Landscape 16:9 actually gets cropped smaller on the feed than 4:5, despite being wider — Instagram prioritises vertical real estate.

Why does my YouTube thumbnail look weird in the recommended rail?

The recommended rail shows thumbnails around 120px wide. If your 16:9 thumbnail has small text or faces, they vanish at that size. Design thumbnails to read at 120×67 — that's the real test, not the upload preview.

Does cropping a JPEG reduce quality?

Normally yes — the cropped region is re-encoded. Our cropper performs a lossless jpegtran-style crop when the crop box is 8×8-aligned (most even-pixel crops). For other crops we re-encode at your chosen quality (default q=92 for crop output — higher than compressor default because cropping is usually followed by downstream processing). See our JPEG compression guide for the quality-vs-size numbers.

Can I undo a crop?

Only if you still have the original file. Cropped output doesn't carry the discarded pixels. This is why "keep the master" is every photographer's first rule — your crop is a delivery, the original is the asset.

Is there a way to crop while keeping the full image visible?

Yes, but that's reframing via padding, not cropping — you add a coloured or blurred border around the image to fit a target ratio without losing content. Useful for Instagram landscape posts that would otherwise centre-crop. We support "pad to ratio" as a mode in the cropper (pick the fill colour or use auto-blurred edges).

Are my files uploaded?

No. Cropping runs in your browser tab via WebAssembly — the file never leaves your machine. iLoveIMG, Canva, and most other online croppers upload.

How do I crop a batch of 100 product photos to 1:1?

Drop the folder into our cropper, pick the 1:1 preset, leave anchor at centre (or switch if the product is off-centre in most shots), export ZIP. 100 files takes about 20-30 seconds on a modern laptop. For e-commerce pipelines where the product must always be centred precisely, add a face/subject-aware pass in a desktop tool first, then batch-crop on the outputs.

Ready?

Image cropper →. Drop your file, pick a preset, drag the frame, download. Free, in your browser, no upload, no watermark, no sign-up. Chain with our resizer if the platform minimum pixel count is smaller than your source, and compressor at the end to get filesize under the upload limit.