About Image Resizer
Downscaling discards pixels for good, and scaling back up cannot recover them, so always start from the largest original you have. At identical dimensions WebP typically saves another quarter over JPEG.
This image resizer changes the pixel dimensions of a PNG, JPEG or WebP image to an exact size or a percentage of the original, with an optional aspect-ratio lock so the result never looks stretched. Resize down for faster-loading web images and thumbnails, or hit precise dimensions required by an upload form or ad slot.
There is no round trip to a server, so the result appears as quickly as your device can draw it. Export as PNG, JPG or WebP — at matching dimensions WebP is usually the smallest of the three for the same visible quality.
Two numbers decide how an image looks on a modern screen, and only one of them is the size you type here. A layout slot measured at 400 CSS pixels is drawn with 800 or 1,200 device pixels on a phone or a high-density laptop, so an image exported at exactly 400 looks soft on most hardware sold in the last decade. Export at roughly twice the slot width and the file still shrinks dramatically from a camera original.
Fitting a shape that is not your image's shape is a separate decision from size. Changing width and height independently stretches faces and text in a way viewers notice immediately without being able to name it. When the target shape differs from the source, crop to the ratio first and resize second.
Resizing is also the cheapest accessibility and performance win available on most pages. An oversized image costs mobile visitors real money on metered connections and delays the largest contentful paint that search engines measure, and neither cost is visible to whoever uploaded it on a fast office connection. Checking the dimensions of what you are publishing against the space it occupies takes seconds and is routinely the single largest saving on a slow page.
Fifty files can go through one setting in a single pass. Drop a folder's worth and the table fills with every picture's current measurements beside what it will become, so a mistake is visible before anything is written; press the button and the whole queue arrives as a ZIP whose file names carry their new measurements. A batch of mixed portrait and landscape shots is exactly why the longest-edge option exists, since one number then bounds every photo without sorting them by orientation first. Anything the browser cannot decode marks its own row and the remaining files carry on.
The awkward part of this job is rarely the arithmetic, it is remembering which numbers a particular destination demands. The picker holds the platform slots worth maintaining — story frames, link previews, video thumbnails, banner strips — and beside it sits a box for naming whatever combination you have just dialled in, which then reappears as a chip on every later visit. Those saved entries stay in this browser, and saving a second one under an existing name replaces it rather than piling up near-duplicates. Copy link puts the same settings into a URL, so two people can agree on an export target without writing a document about it.
Common use cases
- Bloggers shrinking camera photos to a theme's content width so pages stop loading multi-megabyte images nobody sees at full size.
- Sellers meeting a marketplace's exact pixel requirements for a listing photo without opening a desktop editor.
- Developers producing @1x and @2x assets for an interface from a single high-resolution source.
- Job applicants resizing a headshot to the dimensions a portal demands before it will accept the upload.
- Anyone preparing an email signature or forum avatar that has to sit inside a fixed box without being cropped by the platform.
- A photographer putting a whole shoot through one web width and collecting the results as a single archive.
- A team settling on one export size by passing round the tool's link, which carries the settings and none of the pictures.