About the Handiwork Aspect Ratio Calculator
The Aspect Ratio Calculator finds proportional dimensions from any width-to-height ratio. Pick a preset like 16:9, enter your ratio, then use the Width → Height or Height → Width panel to solve for the missing side. Results update live as you type.
How to use the Handiwork Aspect Ratio Calculator
- Choose a preset or enter a custom ratio width and height.
- In Width → Height, enter a target width to calculate the matching height.
- Or in Height → Width, enter a target height to calculate the matching width.
What is an aspect ratio?
An aspect ratio expresses the relationship between width and height, like 16:9 for widescreen video or 1:1 for a square. Keeping the ratio constant when resizing ensures content scales cleanly without distortion.
Common ratios and where they’re used
16:9 is standard for video and most screens, 4:3 is used by older displays and many presentations, 1:1 suits social media squares, and 9:16 fits vertical stories and reels. Pair this calculator with the Image Resizer when you need to export at exact pixel dimensions.
How the simplified ratio handles decimals
A ratio like 1.5:1 is scaled up before reduction rather than rounded down to whole numbers first, so it correctly simplifies to 3:2 instead of collapsing to 2:1 or 1:1. The scaling step preserves up to three decimal places of precision in the original values before finding the greatest common divisor.
Solving in either direction
The Width → Height and Height → Width panels are two views of the same ratio, not separate calculators — enter a value in either one and the other side is computed from it live. That makes it equally easy to fit content into a fixed width (like a page layout column) or a fixed height (like a video player frame).
Continue this workflow
Use the adjacent tool when the next step calls for a different input, output, or method.
Assumptions and limitations
- Calculated dimensions are rounded to three decimal places for on-screen readability; round to whole pixels yourself before using a value in an image editor or export setting.
- The tool computes proportional dimensions only — it does not resize, crop, or export an actual image file.
- Extremely large or extremely small ratio values can lose precision at the limits of floating-point arithmetic, the same as any calculator built on standard JavaScript numbers.
Frequently asked questions
How do I keep an image from looking stretched?
Resize using the same aspect ratio. Enter one new dimension and let the calculator compute the matching value for the other.
How is a ratio like 16:9 found?
The calculator divides the width and height by their greatest common divisor to reduce them to the simplest whole-number ratio.
Are results rounded?
Calculated dimensions are rounded to three decimal places for readability. For pixel-perfect exports, round to whole numbers before resizing an image.