This jQuery plugin provides a simple-to-use mechanism to control the new fullscreen mode of modern browsers. Currently, only newer Webkit-based browsers (Like Chrome and Safari), Firefox and IE11+ provide this new fullscreen feature. Simply pass no argument to the fullScreen method to query the current state. The method returns the current fullscreen element (or true if browser doesn't support this) when fullscreen mode is active, false if not active or null when the browser does not support fullscreen mode at all. So you can use this method also to display a fullscreen button only when the browser supports fullscreen mode.
Features
- You can either switch the whole page or a single HTML element to fullscreen mode
- Fullscreen mode is always exited via the document but this plugin allows it also via any HTML element
- Simply pass no argument to the fullScreen method to query the current state
- The plugin provides another method for simple fullscreen mode toggling
- The plugin triggers a fullscreenchange event on the document when the fullscreen mode has been changed
- Entering fullscreen mode from within an iframe is not allowed by default but it can be enabled with a few attributes on the iframe
Categories
User Interface (UI)License
MIT LicenseFollow jQuery Fullscreen Plugin
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of jQuery Fullscreen Plugin!