Skip to content

Adds a 'fullscreen' event to show whether the browser entered or leaved fullscreen mode

Notifications You must be signed in to change notification settings

hdragomir/jQuery-Fullscreen-Event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

No packages published