Simplify any width and height into a clean aspect ratio.
Aspect ratio
Widescreen (16:9)
The ratio is simplified by dividing both values by their greatest common divisor (GCD). For example, 1920×1080 simplifies to 16:9.
Width and height are divided by their greatest common divisor, giving the smallest whole-number ratio that represents the same proportions.
Many images use ratios that don't correspond to a standard preset like 16:9 or 4:3 — that's normal, especially for cropped or custom-sized images.