Aspect Ratios Explained: 16:9, 4:3 and Resizing Without Distortion
An aspect ratio is just the shape of a rectangle (the relationship between its width and height) and getting it wrong is why images end up stretched, squashed, or awkwardly cropped. Once you understand it, resizing without distortion becomes simple. The Aspect Ratio Calculator does the math; this guide explains what the ratios mean and where each is used.
What an aspect ratio is
It’s written as two numbers, like 16:9, meaning 16 units of width for every 9 of height. It describes shape, not size: a 1280×720 image and a 1920×1080 image are both 16:9: same shape, different size. That’s the key idea: scale a rectangle up or down and the ratio stays the same, which is exactly what keeps it from distorting.
The common ratios and where they’re used
| Ratio | Shape | Used for |
|---|---|---|
| 16:9 | Widescreen | TVs, monitors, YouTube, most video |
| 4:3 | Boxy | Older TVs/monitors, some photos, slides |
| 1:1 | Square | Instagram posts, profile pictures, album art |
| 9:16 | Tall | Phone screens, Stories, Reels, TikTok |
| 21:9 | Ultrawide | Cinema, ultrawide monitors |
| 3:2 | Classic photo | DSLR photos, prints |
Choosing the right one is mostly about where the content will be shown: 16:9 for a YouTube video, 9:16 for a TikTok, 1:1 for an Instagram grid post.
Resizing without distortion
The golden rule: change width and height together, in proportion. If you halve the width, halve the height. The moment you change one without the other, the image stretches.
When you need to fit content into a different ratio than it started in, you have two honest options:
- Crop: trim the edges to the new ratio. You lose some of the image but nothing is distorted. This is how a 16:9 photo becomes a 1:1 post.
- Letterbox/pillarbox: add bars to pad the image to the new ratio. You keep the whole image but gain empty space (the black bars on a widescreen film shown on an older TV).
What you should never do is stretch the image to force-fit the new ratio: that’s what makes faces look wide or tall and screams “amateur”.
The simple math
To find a ratio from a size, divide both numbers by their greatest common divisor: 1920 and 1080 both divide by 120, giving 16:9. To resize, multiply: for a 16:9 image 1280 px wide, the height is 1280 × 9 ÷ 16 = 720. The Aspect Ratio Calculator does both: paste a width and height to see the ratio, or lock a ratio and change one dimension to get the other automatically. For the actual resizing, the Image Resizer keeps proportions for you.
FAQ
What is the most common aspect ratio?
16:9: it’s the standard for TVs, computer monitors, and online video (YouTube, most streaming). 9:16 (its vertical flip) dominates phone-first content like TikTok and Stories.
How do I change aspect ratio without stretching?
Crop to the new ratio (trim edges) or letterbox it (add bars). Both avoid distortion; stretching to fit is what causes it. Never change width or height alone: change them in proportion.
What does 16:9 mean exactly?
16 units of width for every 9 units of height. It defines the rectangle’s shape, so 1280×720, 1920×1080, and 3840×2160 (4K) are all 16:9.
What ratio should I use for social media?
1:1 or 4:5 for Instagram feed posts, 9:16 for Stories/Reels/TikTok, and 16:9 for YouTube. Match the ratio to the platform so nothing gets cropped awkwardly.
How do I calculate the missing dimension?
Multiply the dimension you have by the ratio. For 16:9 at 1920 wide, height = 1920 × 9 ÷ 16 = 1080. The calculator does this instantly when you lock a ratio.
Resizing an image or planning a video? Check the ratio in the Aspect Ratio Calculator first: lock the ratio, set one dimension, and read the other so your result fits perfectly without a single stretched pixel.