Resizing an image sounds simple — and mostly is — but it's also the source of one of the most common image problems: a photo that looks stretched, squashed, or blurry because the resize wasn't done quite right. A few basic rules avoid all of that.
Lock the aspect ratio, unless you specifically want to distort it
An image's aspect ratio is the relationship between its width and height. If you resize width and height independently without keeping that ratio locked, the image stretches or squashes — a circle becomes an oval, a face looks subtly warped. Almost every legitimate resize should keep the aspect ratio locked, changing width and height together proportionally, so the image just gets smaller or larger without any distortion.
Making an image smaller is safe; making it bigger is not
Shrinking an image down is essentially lossless in terms of visible quality — you're just displaying the same visual information at a smaller size. Enlarging an image, on the other hand, means the software has to invent new pixel detail that wasn't in the original, which is why simply stretching a small image up to a larger size usually looks soft or blurry. If you genuinely need a higher-resolution version of an image than what you have, a basic resize isn't the right tool for that — you'd need dedicated upscaling, which uses more sophisticated techniques to add believable detail rather than just stretching existing pixels.
Picking the right dimensions for where it's going
The correct size depends entirely on the destination: a website hero image might need to be 1920 pixels wide, a social media profile photo often wants a specific square size, and an email attachment benefits from being small enough to load quickly. Resizing to match the actual destination — rather than just uploading whatever size the original photo happened to be — avoids both unnecessarily large files and images that look undersized once placed.
Resizing by exact dimensions vs. by percentage
Some tools let you resize by exact pixel dimensions (useful when a platform has a specific required size), and others let you resize by percentage (useful for just generally shrinking an image without a specific target in mind). Knowing which one you actually need saves a step — if you have a specific pixel requirement, don't eyeball a percentage and check afterward.
Resize Image handles exact-dimension and proportional resizing directly in your browser, with the aspect ratio locked by default to avoid distortion. If you need to genuinely increase resolution rather than just resize, Image Upscaler is built for that. Once resized, Compress Image can bring the file size down further if needed.