Back to Editor Md

Onfullscreen & onfullscreenExit

examples/onfullscreen.html

1.5.0291 B
Original Source

Setting javascript { onfullscreen : function() { // alert("onfullscreen"); // console.log("onfullscreen =\>", this, this.id, this.settings); }, onfullscreenExit : function() { // alert("onfullscreenExit"); // console.log("onfullscreenExit =\>", this, this.id, this.settings); } }