screen
Functions
Function
Description
Example
Description
Usage Examples
Enter Fullscreen
// Fullscreen entire page
dphelper.screen.fullScreen();
// Fullscreen specific element
const video = document.getElementById('myVideo');
dphelper.screen.fullScreen(video);
// Fullscreen modal
const modal = document.getElementById('modal');
dphelper.screen.fullScreen(modal);Toggle Fullscreen
Video Player Fullscreen
Details
Last updated