Entering full-screen mode from <iframe> in HTML5

I want my iframe to exit full screen from an HTML5 event trigger in iFrame itself. Is it possible?

+4
source share
1 answer

Of course you can! Youtube HTML5 Player Does!

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

+17
source

All Articles