Almost every complaint about a resized image comes down to one of two things: it looks squashed, or it looks blurry. Both have simple causes, and both are avoidable once you know what's happening.
Aspect ratio, in one sentence
Aspect ratio is the relationship between width and height. An 800×600 image has a 4:3 ratio — for every 4 units of width there are 3 of height. Keep that relationship and the image looks correct at any size. Break it and everything inside gets stretched or squashed.
That's why resize tools have an aspect-ratio lock. With it on, typing a new width automatically calculates the matching height. Turning it off lets you set both independently, which distorts the image — occasionally useful for a deliberate effect, almost never what you actually want.
Why enlarging makes things blurry
Shrinking an image is straightforward: you're discarding pixels you don't need, and the result stays sharp. Enlarging is the opposite problem. If an image is 400 pixels wide and you ask for 1200, the software has to invent two-thirds of the pixels — it can only guess from neighbours, which produces softness or blocky edges.
The practical rule: always start from the largest original you have and scale down. If you only have a small image and need it bigger, no resizer will genuinely recover the missing detail.
Resize or crop?
- Resize when you need the whole image at a different size — fitting an upload limit, a layout, or a maximum dimension.
- Crop when you need a different shape or want to focus on part of the image — a square profile picture, a wide banner, or cutting out distracting edges.
- Often you need both: crop to the right aspect ratio first, then resize to the exact pixel dimensions the platform requires.
Dimensions worth remembering
Profile pictures are commonly 400×400. Instagram posts are 1080×1080 square or 1080×1350 portrait. YouTube thumbnails are 1280×720 (16:9). Many passport photo requirements land around 600×600. Getting the aspect ratio right first makes hitting these exact sizes trivial.
A note on file format
Resizing is a good moment to pick the right format. JPG suits photos and gives the smallest files. PNG preserves transparency and sharp edges, making it right for logos, screenshots, and graphics. WebP does both well and is supported by every current browser.