Aspect Ratio Calculator

1:2 — Tall Panoramic

Decimal ratio 0.5000:1. Commonly used for Phone camera panoramas, tall banner crops.

1:2

Calculate dimensions

Type a width or height — the other fills in automatically at a 1:2 ratio.

×

Other ratios

Use it in code

Click to copy.

.element {
  aspect-ratio: 1 / 2;
}