Calcule e gere valores de propriedades de proporção de aspecto CSS.
aspect-ratio: 16 / 9;
position: relative; padding-bottom: 56.25%; height: 0;
"aspect-ratio" allows you to set the preferred ratio without hardcoding height, simplifying responsive images and iframes.
Similar tools that might be useful