DEFAULT_IFRAME_WIDTH

const DEFAULT_IFRAME_WIDTH: number = 16;

Aspect ratio 16:9, wider rectangle
This will be the default setting if not provided

The values are small since we only use width and height value to calculate aspect ratio
So in this case, it will be width/height, which will be 16:9
It's the same result as 1600 and 900 as default width and height