Image-resize dimensions

Work out the correct height for a resized image so it keeps its original proportions, given a new width.

Result

New height (keeping aspect ratio)

How to use this calculator

  1. Enter the image's original width and height.
  2. Enter the new width you want.
  3. Read the matching height that keeps the image's proportions.

Assumptions

Technical details: what the fields mean
Original width originalWidth
The image's current width in pixels.
Original height originalHeight
The image's current height in pixels.
New width newWidth
The width you want to resize to.
Methodology

New height = new width × (original height ÷ original width) — keeps the same width-to-height ratio as the original.

Worked example

1600×900px image resized to 800px wide

Inputs: originalWidth=1600, originalHeight=900, newWidth=800

Result: 450px height

Practical guidance
Common mistakes

FAQs

How do I resize an image without distorting it?

Only specify one new dimension (width or height) and calculate the other using the original ratio — this calculator does that for you.