interface ViewModeOptions {
    fullscreenElement?: HTMLElement;
}

Properties

fullscreenElement?: HTMLElement

An optional alternative element to be put into Fullscreen instead of the default player (container) element.

Since

v8.0

Generated using TypeDoc