-
Notifications
You must be signed in to change notification settings - Fork 1
hdragomir/jQuery-Fullscreen-Event
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple plugin to trigger an event once browser enters or leaves fullscreen mode.
USAGE:
$(window).bind('fullscreen', function(ev, is_fullscreen){
// is_fullscreen will reflect fullscreen condition
});
OR:
$.onfullscreen() // returns the current state
About
Adds a 'fullscreen' event to show whether the browser entered or leaved fullscreen mode
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published