engine.render(); // Render the iframe in the selected element
// The following functions are optional
engine.on('open', function() {
// Do something when the iframe opens in fullscreen
});
engine.on('close', function() {
// Do something when the fullscreen iframe is closed
});
Recent Comments