Hello,
Is it possible to display the content of a Div in full screen window with JavaScript?
Display Div content in fullscreen window
Posted: 23 Apr 2015, 13:39
by Admin
Hi,
There is fullscreen API in JavaScript, you can use the requestFullscreen() method to display a HTML element in full screen mode, documentation: Using fullscreen mode.
- Fullscreen requests need to be called from within an event handler generated by the user (like "click").
Example: