Specifies how the video content is scaled or stretched.

Enumeration Members

Enumeration Members

Fit: "Fit"

Specifies that the player should preserve the video’s aspect ratio and fit the video within the container's bounds.

Stretch: "Stretch"

Specifies that the video should be stretched to fill the container’s bounds. The aspect ratio may not be preserved.

Zoom: "Zoom"

Specifies that the player should preserve the video’s aspect ratio and fill the container’s bounds.

Generated using TypeDoc