Why resizing matters more than you'd think

Resizing is the most under-used way to shrink an image. A modern phone or camera produces photos 4000–6000 pixels wide, but most places you'll actually use an image — a blog post, a profile picture, a marketplace listing, an email — display it at 800–2000 pixels. Sending the full-resolution file wastes most of those pixels and inflates the file size for no visible benefit.

Because file size scales with the number of pixels (width × height), the savings are dramatic: halving both dimensions removes three-quarters of the pixels. That's usually a far bigger reduction than the quality slider alone can achieve, and the two stack.

Picking a max width

Aspect ratio is preserved

You only set the width. The height is calculated automatically so the image keeps its proportions — nothing is stretched. Images already narrower than your max width are left untouched.

How to resize

  1. Enter a Max width in pixels.
  2. Pick an output format and quality (JPG at 85% is a good general choice).
  3. Drop your images above. Each is scaled down and re-encoded.
  4. Download individually or as a ZIP.
Want smaller files too?

Combine resizing with WebP for the biggest reduction.

Convert to WebP

Related reading: resizing images for the web and image formats and page speed.