When clicking the full screen button on the player, the video sometimes does not expand.
Place video in iframe, embed iframe, click button for fullscreen
The player to expand full-screen
In cases where the video player is the only player on the page and being used as the 'poster' for an article, full screen behaves properly. In cases where it is in the body of an article or there are other iframe players on the page, the player does not expand. As each player is running on its own URL in an iframe, there shouldn't be an issue of JS confusion.
N/A
Most recent (5.8)
Error tested consistently in Chrome & Safari
Most recent OS X (10.11.4)
Do you have an allowfullscreen attribute on your iframe?
Thanks very much @mister-ben 馃憤 stupid mistake
Also: if you happen to have an iframe nesting another iframe containing a page with videojs content (yeah. THAT happened)... you need to add the allowfullscreen attribute to _both_ iframes.
Haha, yeah, you'd need allowfullscreen all the way down.
Good times.
Most helpful comment
Thanks very much @mister-ben 馃憤 stupid mistake