I want my iframe to go fullscreen from an HTML5 Fullscreen event trigger within the iFrame itself. Is this possible?
6856 次
1 に答える
17
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.
于 2012-11-11T12:31:25.593 に答える