Image Aspect Ratio Calculator

Simplify an image ratio and calculate proportional dimensions for resizing without distortion.

Image Dimensions and Ratio
Enter the original pixel dimensions and a new width to find the matching height.

About Image Aspect Ratios

An image aspect ratio describes the proportional relationship between width and height. It does not specify a particular resolution: 1920 by 1080, 1280 by 720, and 3840 by 2160 all share the familiar 16:9 ratio. Preserving that relationship while resizing prevents circles from becoming ovals, faces from appearing stretched, and layouts from receiving images with unexpected shapes. The calculator simplifies the original dimensions using their greatest common divisor. For 1920 and 1080, the greatest common divisor is 120, so dividing both dimensions by 120 produces 16 and 9. To find a matching height for a new width, it multiplies the new width by the original height and divides by the original width. The result is rounded to the nearest whole pixel because raster images cannot normally have fractional pixel dimensions. Common ratios serve different purposes. Widescreen video and many displays use 16:9. Traditional displays, presentation graphics, and some photographs use 4:3. Square social posts use 1:1, portraits often use 4:5, and classic 35 mm photography uses 3:2. A ratio alone does not guarantee that an image meets a platform's minimum resolution or file-size requirements, so check those constraints separately. Resizing and cropping are not the same operation. Proportional resizing retains every part of the frame and changes both dimensions together. Cropping removes content to create a different ratio. If a 4:3 photograph must fill a 16:9 frame without empty bars, some content needs to be cropped; simply changing width and height independently would distort it. Use the calculated proportional dimensions when scaling an existing image, and use an editor's crop tool when the required destination ratio differs from the source. For responsive websites, several exported widths can share one ratio so browsers choose an efficient source without changing layout geometry. Video editors likewise use a constant sequence ratio even when proxy and delivery resolutions differ. Maintaining consistent proportions avoids unexpected letterboxing, layout shifts, and manual corrections later in the publishing workflow.

Aspect Ratio Examples

Original and new widthResultTypical use
1920 x 1080 to 1280 wide16:9, 1280 x 720HD video
4000 x 3000 to 800 wide4:3, 800 x 600Photo preview
1080 x 1080 to 600 wide1:1, 600 x 600Square post

How to Calculate an Image Ratio

  1. Enter the original image width in pixels.
  2. Enter the original image height in pixels.
  3. Enter the desired new width.
  4. Calculate the simplified ratio and proportional new height.

Frequently Asked Questions

What is an aspect ratio?

It is the width-to-height relationship of an image or frame. The same ratio can describe many different pixel resolutions.

How does proportional resizing work?

Both dimensions change by the same scale factor. This preserves the image's shape and prevents visible stretching or squashing.

Why is the new height rounded?

The mathematical result can contain a fraction, but raster dimensions use whole pixels. Rounding to the nearest pixel introduces only a negligible ratio difference.

Is 1920 by 1080 always 16:9?

Yes, both numbers divide by 120 to produce 16 and 9. Other dimensions such as 1280 by 720 simplify to the same ratio.

Should I resize or crop an image?

Resize when you want to retain the complete frame at the same ratio. Crop when the destination requires a different shape and removing edge content is acceptable.