If set to true, it asynchronously hides all player components except the control bar, as well as any specific controls that are needed only for video. Can be updated dynamically.
If set to true, it enables the poster viewer experience by hiding the video element and displaying the poster image persistently. Can be updated dynamically.
This is used to determine which default UI Components will be attached to the player. This should have a value of an array of strings of the default player component names. Defaults to the list of DefaultPlayerComponents.
When true, the player will have a fluid size. In other words, it will scale to fit its container at the video's intrinsic aspect ratio, or at a specified aspectRatio. Can be updated dynamically.
This can be set to pass in the fullscreen navigationUi options. For more info, see: https://fullscreen.spec.whatwg.org/#dictdef-fullscreenoptions
Sets the display height of the video player in pixels.
Can be updated dynamically.
Defaults to 360
Select a specific language for localization. Defaults to null The player language is set to one of the following in descending priority:
Determines if native controls should be used for touch devices.
Control whether UI elements have a title attribute. A title attribute is shown on mouse hover, which can be helpful for usability, but has drawbacks for accessibility.
Indicates to the browser that non-fullscreen playback is preferred when fullscreen playback is the native default, such as in iOS Safari. See: https://html.spec.whatwg.org/#attr-video-playsinline Can be updated dynamically.
A URL to an image that displays before the video begins playing. This is often a frame of the video or a custom title screen. Can be updated dynamically.
Setting this to true will change fullscreen behaviour on devices which do not support the HTML5 fullscreen API but do support fullscreen on the video element, i.e. iPhone. Instead of making the video fullscreen, the player will be stretched to fill the browser window.
If specified, the player displays a control allowing the user to jump back in a video by the specified number of seconds.
Valid values are 5
| 10
| 30
Defaults to null
If specified, the player displays a control allowing the user to jump forward in a video by the specified number of seconds.
Valid values are 5
| 10
| 30
Defaults to null
Configuration for enabling and managing spatial navigation within the player.
Sets the display width of the video player in pixels.
Can be updated dynamically.
Defaults to 640
Puts the player in fluid mode and the value is used when calculating the dynamic size of the player. The value should represent a ratio - two numbers separated by a colon (e.g. "16:9" or "4:3"). Defaults to
'16:9'
. Can be updated dynamically.