sindresorhus / screenfull

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API
https://sindresorhus.com/screenfull
MIT License
7.06k stars 698 forks source link

fullscreen button within iframe #10

Closed pratik91s closed 12 years ago

pratik91s commented 12 years ago

Hi,

Is it possible to use the same within iframe?

I have tried to put fullscreen button in page which is called within iframe, but it is not working for me.

Please suggest.

Thanks Pratik Shah

sindresorhus commented 12 years ago

You have to add the allowfullscreen attribute (+ attributes with vendor prefixes) to the iframe

https://github.com/sindresorhus/screenfull.js#request