AspectRatio

Aspect Ratio for Images - Choosing and Sizing Correctly

Pick the right image ratio for web, social and print - and size it exactly.

Quick answer: For web images, 3:2 and 4:3 suit photography, 16:9 suits banners and heroes, and 1:1 suits thumbnails and avatars. Match the ratio of the frame you are filling - the calculator finds the exact pixel dimensions.

Pick or enter a ratio, give the one side you know, and get the other side.

At 16:9, a width of 1600 needs
Height = 900
Full size
1600 × 900
Decimal ratio
1.7778
Core facts
Photo masters3:2 (DSLR) or 4:3 (phones)
Web & banners16:9, 3:2
Thumbnails & avatars1:1
Tool belowExact dimensions for any ratio

What is Aspect Ratio for Images?

The right aspect ratio for an image is the ratio of the space it will occupy - not the ratio it was shot at. A DSLR photo is natively 3:2, a phone photo 4:3, but a website hero wants 16:9, a blog thumbnail 1:1 and a print wants its own paper shape. Working image-by-image, the job is always the same: identify the target frame's ratio, then size or crop the master to match. This page's calculator converts between ratio and pixels in both directions, so you can go from 'I need a 1200 px wide 16:9 image' straight to exact numbers.

Common Uses for Aspect Ratio for Images

  • Size hero banners and blog images to the layout's frame
  • Prepare one master photo for multiple placements without distortion
  • Check that thumbnails and previews keep their composition
  • Match print paper shapes before ordering prints

The master-image workflow

Keep your largest native capture as the master - 3:2 or 4:3 at full resolution - and treat every published size as a derived crop. Note the ratio and pixel size of each placement (hero: 1600×900, card: 800×800, print: 5:4), then produce each crop from the master with the calculator's numbers. This one-directional workflow keeps quality high and guarantees a single source of truth per photograph.

Responsive images and CSS

Modern CSS has an aspect-ratio property: set aspect-ratio: 16 / 9 on a container and it holds the shape at any width, letting the image inside cover or contain it. Combined with srcset at exact 16:9 sizes (640×360, 1280×720, 1920×1080), the browser picks a sharp file and the layout never shifts - which is also a Core Web Vitals win, since reserved aspect ratios prevent layout jump.

Frequently Asked Questions

What is the best aspect ratio for website images?
Match the design: heroes and banners are usually 16:9 or wider, in-content photos 3:2 or 4:3, thumbnails 1:1. The key is consistency - images that jump between ratios make a layout feel broken, so fix one ratio per slot and crop everything to it.
Should I crop or pad when ratios differ?
Crop when the subject survives the trim (product shots, portraits with margin); pad with a background colour when nothing can be lost (documents, diagrams, screenshots). Stretching to fit is never the answer - it distorts the image.
Does file size depend on aspect ratio?
At the same pixel count, no - 1080×1080 and 1620×720 are the same area. But wider shapes usually mean more pixels at a fixed width, so a 1920-wide 16:9 image weighs about 12% more than a 1920-wide 3:2 image at the same quality.

More Aspect Ratio Use Cases

More Aspect Ratio Tools