What Is an Image Aspect Ratio?
An image's aspect ratio is the proportional relationship between its width and height, written as two numbers separated by a colon, such as 16:9 or 4:3. It describes the shape of the image, independent of its actual pixel count. A 1920×1080 image and a 1280×720 image both have a 16:9 aspect ratio, even though one has far more total pixels than the other.
How Does an Aspect Ratio Work?
The relationship is simple: aspect ratio = width : height. Two images share an
aspect ratio whenever their width-to-height relationship simplifies to the same pair of
numbers, regardless of their absolute size. This is why a photo can be scaled up or down
— made larger or smaller — without changing its shape at all, as long as both
dimensions are scaled by the same factor.
How to Calculate an Image Aspect Ratio
To simplify a ratio to its lowest terms, divide both numbers by their greatest common divisor (GCD) — the largest number that divides evenly into both. For 1920 and 1080, the greatest common divisor is 120: dividing both by 120 gives 16 and 9, so the simplified ratio is 16:9. Upload an image above, or enter dimensions into the calculator, and this is calculated automatically using a proper GCD algorithm rather than rounding.
| Dimensions | GCD | Simplified ratio |
|---|---|---|
| 1920 × 1080 | 120 | 16:9 |
| 1280 × 720 | 80 | 16:9 |
| 1080 × 1080 | 1080 | 1:1 |
| 4000 × 3000 | 1000 | 4:3 |
| 3000 × 2000 | 1000 | 3:2 |
How to Resize an Image Without Distortion
There are two honest ways to resize an image without distorting it. The first is proportional scaling: multiply both the width and height by the same scale factor, which keeps the shape identical while changing the size. This is what happens when "Keep aspect ratio" is enabled above — entering a new width automatically calculates the matching height, and vice versa.
The second is center-cropping, needed when you specifically require an exact width and height that doesn't match the original proportions — for example, fitting a landscape photo into a square Instagram post. Rather than stretching the image to force it into the new shape (which visibly warps it), this tool crops the image from its center to match the target ratio first, then scales that cropped region to the requested size. The result fills the exact dimensions you asked for with no distortion, at the cost of the parts of the image outside the cropped area.
Aspect Ratio vs. Resolution
These describe different things. Aspect ratio is the proportional shape of an image. Resolution is its actual pixel count. 1920×1080 and 1280×720 have different resolutions — roughly 2.07 million pixels versus 0.92 million — but the same 16:9 aspect ratio, since 1920:1080 and 1280:720 both simplify to 16:9.
Common Image Aspect Ratios
16:9
The standard widescreen ratio for HD and 4K video and most modern screens.
9:16
16:9 rotated to portrait, now standard for short-form vertical video like Reels, Shorts, and TikTok.
1:1
A perfectly square image, commonly used for profile pictures and square posts.
4:5
A taller portrait ratio used by Instagram's feed, filling more vertical screen space than a square post.
4:3
An older standard-definition video and display ratio, still common in some cameras and projectors.
3:2
A photography-native ratio dating back to 35mm film, still used by many digital cameras.
21:9
An ultrawide ratio used by cinematic video and ultrawide computer monitors.
How to Choose the Right Aspect Ratio
When in doubt, match the ratio to where the image will actually be displayed: 16:9 for landscape video and most screens, 9:16 for vertical mobile video, 1:1 or 4:5 for social feed posts, and 3:2 or 4:3 if you're working with a photo straight from a camera and want to avoid cropping it at all. If a platform doesn't strictly enforce a ratio, keeping the original proportions and resizing proportionally is usually the safest choice, since it never requires cropping anything out of the image.