Rule of Three Calculator guide

How to Resize an Image and Keep the Aspect Ratio

To resize without distortion, set the original width against the original height, then the new width against x. For a 1920×1080 image resized to 1280 wide, x = (1080 × 1280) ÷ 1920 = 720. The ratio between width and height stays the same, which is exactly what keeps the picture from stretching.

What aspect ratio means

An aspect ratio is the relationship between something's width and its height. A 1920×1080 image has a 16:9 ratio, which is why it fits a widescreen display exactly.

Keeping that ratio when you resize is what stops faces looking stretched or squashed. Changing width and height by different amounts is precisely what causes that distortion.

And keeping the ratio is a direct proportion, which means the rule of three does the job.

Finding the new height

You have a 1920×1080 image and you need it 1280 pixels wide. What height goes with that?

  • 1920 wide → 1080 tall
  • 1280 wide → x tall

The calculation

x = (1080 × 1280) ÷ 1920 = 1382400 ÷ 1920 = 720.

So 1280×720 has the same proportions as 1920×1080. Both are 16:9, which is why they are both standard video sizes.

The calculator on this page is loaded with exactly this, so you can put your own dimensions in and read the matching height straight off.

Common ratios worth recognising

RatioTypical sizesWhere you see it
16:91920×1080, 1280×720, 3840×2160Video, TVs, most monitors
4:31024×768, 1600×1200Older screens, some cameras
1:11080×1080Social media squares
3:26000×4000Most DSLR photography
9:161080×1920Phone video, stories, reels

Reducing a ratio to its simplest form

To find the ratio of a size you already have, divide both numbers by their greatest common divisor.

For 1920×1080, the greatest common divisor is 120. Dividing both gives 16:9.

This is the same simplification you do with fractions, because a ratio and a fraction are the same object written differently. 16:9 and 16/9 carry identical information.

Fitting inside a box

A related problem: you need an image to fit inside a 800×600 space without distortion and without cropping.

Work out the height that goes with a width of 800. If that height is 600 or less, use it. If it comes out taller than 600, do the calculation the other way round instead — find the width that goes with a height of 600, and use that.

In short, scale by whichever dimension is more constrained. Doing it by the other one always overflows the box.

FAQ

Related questions

How do I calculate aspect ratio from width and height?

Divide both by their greatest common divisor. 1920 and 1080 share a divisor of 120, which reduces to 16:9.

What height should I use for a 16:9 video at 1280 wide?

720. Any 16:9 size can be found the same way: multiply the width by 9 and divide by 16.

Does this work for cropping as well as resizing?

No — cropping changes the aspect ratio deliberately by cutting parts away. This method is for resizing the whole image while keeping its proportions.

Why do my resized images look blurry?

That is a separate issue from aspect ratio. Enlarging beyond the original size cannot add detail that was never captured, so it softens. Getting the ratio right prevents stretching, not blur.

Take Rule of Three Calculator with you

The app adds plain-English AI explanations, dark mode, and works offline — useful when there is no signal or the exam hall has no Wi-Fi.

Free to download. AI explanations and dark mode are part of the optional PRO subscription.