How-To ·Jul 30, 2026 · updated Aug 2, 2026 ·2 min read

How to Resize Images for the Web (Without a Photo Editor)

Right-size images for every slot — blog heroes, thumbnails, email signatures — with target dimensions that actually perform.

Aria Chen

Senior Tech Editor

Uploading a 4000×3000 photo to a blog that displays at 1200px wide wastes 90% of the bytes. Resizing is the single most effective performance fix for any website — and it does not require a photo editor.

The image size cheat sheet

SlotRecommended widthNotes
Blog hero1600–1920pxFull-width images look sharp on large screens
Article body image1200pxThe max width most layouts display
Thumbnail / card640–800pxSmall enough to load instantly
Email signature300pxStays within email client limits
Avatar / profile400pxCrisp on retina displays

Step 1 — Decide on width

Pick the largest width your layout will ever display the image at, then round up slightly for retina displays. A 2× retina screen means a 800px-wide slot benefits from a 1600px image — but not a 4000px one.

Step 2 — Resize, keeping the ratio

In the Image Resizer, set the width and keep the aspect ratio locked. The tool computes the matching height automatically and shows the output dimensions before you download.

Step 3 — Match the slot, not the source

  • Square thumbnails: crop to 1:1 with the Image Cropper first, then resize.
  • Wide banners: resize by width; the height follows automatically.
  • Email: keep under 600px wide so it never overflows clients.

A common mistake is resizing to one dimension and letting the other run wild. Locked ratio mode prevents distorted output entirely.

The numbers that matter

A 4000×3000 photo (5.2 MB as JPG) resized to 1600px wide typically becomes 1.1 MB; compressed to 80% it lands around 400 KB. That is a 92% reduction for an image that looks identical in an article.

Resize first, compress second. Resizing after compressing wastes the compression because the resizer needs the full source data to do its job.

What width should a blog hero image be?

1600–1920px. It is large enough for full-width layouts and retina displays, while staying far smaller than a raw camera photo.

Does resizing reduce quality?

Downscaling usually improves perceived quality by averaging pixels. Only upscaling (making an image larger) adds blur.

Can I resize without changing the aspect ratio?

Yes — leave the ratio locked. Unlock it only when you specifically need a different shape, and prefer the Cropper for that.

Written by Aria Chen

Aria writes about web technology, image formats and developer workflows. She has spent 10+ years building and documenting web products.

Tools used in this article

Related articles