Resize an image
Scale by percentage, fit inside a box or hit an exact size. Stepped downscaling keeps edges clean.
Drop JPG, PNG, WebP, HEIC, AVIF, GIF, BMP files here or paste from the clipboard.
Your files are processed on this device. Nothing is uploaded.
Aspect ratio is the part that bites
Almost every "my image got cropped weirdly" problem is an aspect ratio problem rather than a size problem. A platform that wants 16:9 and receives 4:3 has to cut something and it’ll not ask you which part. Decide the shape first, then the pixel count.
The presets below the controls set both at once. They’re the sizes that come up most often rather than an exhaustive list and each one was last checked in 2026-09.
Common sizes and why they’re what they’re
- YouTube thumbnail 1280 × 720
- 16:9 at the size YouTube serves at full width. The 2MB upload limit is the one that actually bites.
- Instagram square post 1080 × 1080
- Instagram has served 1080px wide for years and downsizes anything larger.
- Instagram portrait post 1080 × 1350
- The tallest aspect ratio (4:5) a feed post keeps without cropping.
- Instagram story 1080 × 1920
- 9:16, the full-screen vertical format stories and reels share.
- LinkedIn profile banner 1584 × 396
- The 4:1 strip behind a personal profile photo.
- X (Twitter) header 1500 × 500
- 3:1. The profile picture overlaps the lower left, so keep that corner empty.
- Open Graph preview image 1200 × 630
- The link preview size every social platform reads from og:image.
- App store icon 1024 × 1024
- What both app stores want as the master icon. Everything else is generated from it.
- Full HD 1920 × 1080
- Still the most common screen and a sensible ceiling for a web background.
- Email body image 600 × 600
- 600px is the width almost every email template is built around.
Resize before you compress
Doing it in the other order wastes effort. Compression decides how many bits each pixel costs; resizing decides how many pixels there are. Cut the pixel count first and the same quality setting produces a far smaller file, because there is simply less image to describe.
Common questions
What is the difference between "fit inside" and "exact size"?
Fit inside scales the image until it fits within the width and height you give, keeping the original proportions, so one dimension usually ends up smaller than you asked for. Exact size forces both numbers, which stretches the image if the proportions don’t already match. Fit inside is what you want almost every time; exact size is for when a system demands specific pixel dimensions and won’t crop for you.
Why does my resized image look soft or jagged elsewhere but not here?
Because most tools scale in a single step. Drawing a 4000 pixel image straight into a 400 pixel box makes the browser sample roughly one pixel in ten and discard the rest, which produces shimmering edges and lost fine detail. This page halves the image repeatedly until it is close to the target, so each step averages neighbouring pixels. The difference is most obvious on text, thin lines and dense texture.
Can I make an image larger?
You can scale above 100%, but no detail is created by doing so. The extra pixels are interpolated from the ones already there, so the result is a larger, softer version of the same image. Genuine upscaling needs a model trained to invent plausible detail, which is a different kind of tool and can’t run usefully in a page like this one.
Do the platform sizes stay accurate?
They are checked periodically and each was last confirmed in 2026-09, but platforms change their layouts without announcing it. Treat them as sensible defaults rather than as rules. In practice every major platform re-encodes whatever you upload anyway, so being close matters more than being exact, with one exception: aspect ratio, which is what determines whether you get cropped.
Does resizing lose quality?
Scaling down discards pixels permanently, so yes, but that is the point and a well-resized image looks correct at its new size. The quality slider is separate: it controls how hard the result is compressed when it is saved. Resizing a JPG also means re-encoding it, which adds a small amount of compression loss on top, so work from the original when you can.
Guides
The other tools
All of them work the same way: the file is read in your browser and never uploaded.