Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entering fullscreen from within <iframe> in HTML5

I want my iframe to go fullscreen from an HTML5 Fullscreen event trigger within the iFrame itself. Is this possible?

like image 819
Kriem Avatar asked Dec 03 '22 03:12

Kriem


1 Answers

Of course you can! Youtube HTML5 player does!

You can use this javascript library http://brad.is/coding/BigScreen/ and remember to add the tag AllowFullScreen to your iframe.

like image 63
Vicent Ibáñez Avatar answered Dec 25 '22 16:12

Vicent Ibáñez