diff --git a/docs/tutorials/ui-customization.md b/docs/tutorials/ui-customization.md index 8767edd6ba..be5f75120c 100644 --- a/docs/tutorials/ui-customization.md +++ b/docs/tutorials/ui-customization.md @@ -61,7 +61,7 @@ The following elements can be added to the UI bar using this configuration value starts playing the presentation at an increased speed * spacer: adds a chunk of empty space between the adjacent elements. * picture_in_picture: adds a button that enables/disables picture-in-picture mode on browsers - that support it. Button is invisible on other browsers. + that support it. Button is invisible on other browsers. Note that it will use the [Document Picture-in-Picture API]() if supported. * loop: adds a button that controls if the currently selected video is played in a loop. * airplay: adds a button that opens a AirPlay dialog. The button is visible only if the browser supports AirPlay. @@ -72,6 +72,7 @@ The following elements can be added to the UI bar using this configuration value * playback_rate: adds a button that controls the playback rate selection. * captions: adds a button that controls the current text track selection (including turning it off). +[Document Picture-in-Picture API]: https://developer.chrome.com/docs/web-platform/document-picture-in-picture/ Similarly, the 'overflowMenuButtons' configuration option can be used to control the contents of the overflow menu.