Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
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

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages