mozilla / popcorn-js

The HTML5 Media Framework. (Unmaintained. See https://github.com/menismu/popcorn-js for activity)
MIT License
2.14k stars 632 forks source link

Allow fullscreen controls for embedded Vimeo Videos. #475

Closed costajohnt closed 1 year ago

costajohnt commented 7 years ago

allowFullScreen must be added to the iframe to enable fullscreen control on embedded Vimeo videos. The old code was not successfully adding the fullscreen attributes to the iframe. This change fixes the issue.