henrygd / bigpicture

Lightweight JavaScript image / video viewer. Supports Youtube, Vimeo, etc.
https://henrygd.me/bigpicture
MIT License
823 stars 76 forks source link

Full screen button on Vimeo player not working when browser is full screen #54

Open digourideas opened 3 years ago

digourideas commented 3 years ago

I noticed that when the browser (Chrome) is full screen, the button to activate the video to go full screen on the Vimeo embed doesn't work.

henrygd commented 3 years ago

Strange. It does seem to be a Chrome specific issue as Firefox handles it fine. The problem exists in similar libraries as well.

It may have something to do w/ the iframe being a child of a position: fixed element, or maybe it's an issue w/ z-index. Or it could be a Chrome bug that will get fixed eventually. I don't have time to troubleshoot it now because I'm in the middle of an important project, but I'll get back to it when I have some time.