You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
On my website I use this modal to show a video hosted on vimeo.
In every browser it works just fine. But in Google Chrome I don't get it to work. When I click the "fullscreen" button in the vimeo embedded video the whole page goes fullscreen but the video doesn't. In this fullscreen mode you can't do anything on the site. Scrolling and clicking does nothing.
On my website I use this modal to show a video hosted on vimeo.
In every browser it works just fine. But in Google Chrome I don't get it to work. When I click the "fullscreen" button in the vimeo embedded video the whole page goes fullscreen but the video doesn't. In this fullscreen mode you can't do anything on the site. Scrolling and clicking does nothing.
My embedding code looks like this:
<iframe src="https://player.vimeo.com/video/XXXXXXXX?autoplay=1&title=0&byline=0" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
What can I do to fix this issue?
The text was updated successfully, but these errors were encountered: