Aspect Ratio Calculator

2:1 — Univisium

Decimal ratio 2.0000:1. Commonly used for Panoramic banners, some modern phone screens.

2:1

Calculate dimensions

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

×

Other ratios

Use it in code

Click to copy.

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