How to Resize an Image Online (Pixels vs Percentage, and When Each Makes Sense)
Resizing an image sounds simple until you get it wrong: you set a width, forget the height, and end up with a squashed face or a thumbnail that looks like it went through a washing machine. Getting it right means understanding the two different ways to resize — and picking the one that fits your actual goal.
Pixels vs Percentage: two different problems
Resizing by exact pixels answers the question: what precise dimensions does this image need to be? A YouTube thumbnail must be exactly 1280 × 720 px. A passport photo for most countries requires 35 × 45 mm at 600 dpi — a fixed pixel count. Platforms that specify exact requirements leave you no room to guess, so you set the exact numbers and you're done.
Resizing by percentage answers a different question: how much smaller (or larger) do I need this image to be? Say you have a batch of photos from your camera at 6000 × 4000 px and you need to email them without hitting the attachment limit. Scaling to 30% gives you 1800 × 1200 px — every image in the batch shrinks proportionally without you doing any arithmetic. Same logic applies when a CMS says 'images must be under 200 KB' and you just need to knock them down without caring about the exact output size.
The short rule: use pixels when the destination dictates exact dimensions; use percentage when you just need to scale relative to the original.
Resizing an image in Filuni — step by step
- Open resize an image on Filuni. No login, no install.
- Drop your image onto the upload area (JPG, PNG, WebP, BMP, GIF — most formats are accepted). The tool shows the original dimensions immediately.
- Choose your mode: By Pixels or By Percentage. Enter your target values.
- Decide whether to lock the aspect ratio (more on that below).
- Click Resize and download the result. Processing happens in your browser for most image formats — the file never reaches a server.
That is the complete flow. Five steps is really all there is.
Keep the aspect ratio — or your image will look stretched
Aspect ratio is the proportional relationship between width and height. A 1200 × 800 px image has a 3:2 ratio. If you resize it to 900 × 800 px without adjusting both dimensions consistently, you have forced it into a 9:8 ratio — and faces, circles, and logos will look visibly distorted.
The lock-aspect-ratio option (sometimes a chain-link icon) handles this automatically: you type one dimension and the other updates to match. Enable it whenever you are resizing to hit a rough target size and do not have a strict two-dimensional requirement. Only turn it off when the platform genuinely demands a fixed width and a fixed height that differ from your image's natural proportions — in that case, you may also want to crop rather than stretch.
A note on enlarging: why upscaling gets blurry
Resizing down is safe. Resizing up is lossy — and this is physics, not a software limitation.
A 400 × 300 px image contains exactly 120,000 pixels of real information. If you scale it to 1600 × 1200, the software has to invent the extra pixels it does not have. It does this through interpolation — essentially averaging neighboring colors to fill the gaps — and the result looks soft or blurry, especially around text edges and fine lines. The larger the upscale factor, the worse it gets.
If you regularly need to enlarge images, AI-based upscalers (trained specifically on this problem) produce far sharper results than standard resizing. But if you just accidentally exported something too small and need a slightly bigger version for a presentation, a 110–125% upscale is usually acceptable. Going from 400 px wide to 2000 px wide will always look bad.
Common target sizes at a glance
| Use case | Target size | Notes |
|---|---|---|
| Instagram post (square) | 1080 × 1080 px | Also 1080 × 1350 (portrait) or 1080 × 566 (landscape) |
| YouTube thumbnail | 1280 × 720 px | 16:9, must stay under 2 MB |
| Passport photo (most countries) | 600 × 750 px (at 600 dpi) | Exact spec varies by country — check official guidance |
| Twitter/X profile photo | 400 × 400 px minimum | Displayed as circle; safe zone is center 80% |
| Email attachment (safe size) | Under 1000 px on longest side | Usually under 200–300 KB after resize |
| LinkedIn banner | 1584 × 396 px | 4:1 ratio; outer 10% often cropped on mobile |
FAQ
Does resizing an image reduce its file size?
Usually yes — fewer pixels means less data to store. But the exact reduction depends on the format and content. A 50% resize by pixels removes 75% of the total pixels (both dimensions halved = area quartered), so file size typically drops significantly. If you need aggressive file-size reduction beyond what resizing achieves, Filuni also has a dedicated image compression tool that strips metadata and applies format-level optimization.
Can I resize multiple images at once?
Filuni's image resizer currently handles one image per session. If you have a large batch, the quickest workaround is to process them in parallel browser tabs — the tool is client-side so there is no server queue to wait on.
Will resizing change the image format (JPG to PNG, etc.)?
No. The tool outputs in the same format as the original. If you upload a JPG, you get a JPG back. If you need to change the format at the same time, use a convert-and-resize workflow: convert first, then resize, or look for a tool that does both in one pass.
My resized image looks pixelated — what went wrong?
Almost certainly upscaling. If you enlarged a low-resolution original, the pixel interpolation artifacts are visible — that is expected behavior, not a bug. The fix is to use a higher-resolution source image. If you are downscaling and still see artifacts, check that you did not accidentally disable the aspect ratio lock and introduce distortion.
Try Filuni's free tools
Everything in this article — plus 120+ more tools. Free, no signup, right in your browser.