How this works in your browser
The ratio is simplified by finding the greatest common divisor of the width and height with the Euclidean algorithm and dividing both by it, which reduces 1920 by 1080 to 16:9 in a single step. Scaling a new dimension is then a matter of multiplying by the original ratio and rounding to a whole pixel, since fractional pixels have no meaning in a raster image. That rounding is the only source of imprecision, and it is why some resized dimensions sit a fraction away from the exact ratio. Everything is computed in your browser.
Aspect Ratio Calculator vs. typical online calculators
| Feature | Aspect Ratio Calculator (in-browser) | Typical online calculators |
|---|---|---|
| Where the maths runs | In your browser, on your device | Often posted to a server to compute |
| Your inputs are stored | Never - nothing is sent or saved | Frequently logged with your session |
| Works offline once loaded | Yes | No - needs a live connection |
| Ads inside the result area | None | Common on free calculators |
| Account required | No | Often, to save or export results |
| Usage limits | None - free, unlimited use | Sometimes capped per day |
Who uses Aspect Ratio Calculator
Resizing without distortion
Find the height that keeps an image proportional at a new width.
Preparing social media images
Match the ratio a platform expects so nothing is cropped away.
Video and screen dimensions
Work out matching dimensions for a given ratio.
Layout and design planning
Size containers and placeholders proportionally.
How to use Aspect Ratio Calculator
- 1
Open the Aspect Ratio Calculator
Go to tools.slaytic.com and open the Aspect Ratio Calculator. No sign-up or account required.
- 2
Enter your original dimensions
The simplified ratio is shown, such as 16:9.
- 3
Enter a new width
The proportional height is calculated so nothing distorts.
- 4
Resize with those numbers
Use our image resize tool with the calculated dimensions.
Frequently asked questions
How is the ratio simplified?
The greatest common divisor of the width and height is calculated and divided out, reducing the ratio to its simplest whole-number form (e.g. 1920x1080 simplifies to 16:9).
Does it round the proportional height?
Yes, the calculated height is rounded to the nearest whole pixel, since fractional pixels aren’t meaningful for most use cases.
Can I go from height to width instead?
This version calculates a new height from a given width; to go the other direction, swap which values you treat as "original" width/height.
What are the ratios I should know?
16:9 for video and most screens, 1:1 for square social posts, 4:5 for vertical feed images, 9:16 for stories and short-form video, and 4:3 for older displays and many camera sensors. Matching the destination's ratio is what stops a platform cropping your image somewhere unhelpful.
Why does my image get cropped when I upload it?
Because the platform enforces its own ratio and takes the centre of whatever you give it. If the subject is off-centre or near an edge, it disappears. Resizing to the correct ratio yourself means you choose what stays in frame rather than an algorithm choosing for you.
What is the difference between cropping and resizing?
Resizing changes the dimensions while keeping the ratio, so nothing is lost. Cropping changes the ratio by cutting content away. If you need a different ratio you must crop; scaling to a mismatched ratio stretches the image, which always looks wrong.
Why is the calculated height rounded?
Because a fractional pixel does not exist in a raster image. Rounding to the nearest whole pixel can shift the ratio imperceptibly, which is why 1920 by 1080 is exactly 16:9 while some resized dimensions land a fraction off.