How can I turn off full screen mode on mobile or at all? #1794
Replies: 3 comments
-
I just got here looking for the same solution |
Beta Was this translation helpful? Give feedback.
-
This can be done by settings playsinline to true if supported. This is the documentation about that parameter on vimeo : https://help.vimeo.com/hc/en-us/articles/12425812053265-Inline-playback-on-mobile. I don't know if it's supported by the video hoster you provided in the jsfiddle. |
Beta Was this translation helpful? Give feedback.
-
On IOS, by default the popup will appear on the screen, as playsinline is by default set to false, please pass that as true to solve the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Be sure to search for your issue before opening a new one.
Current Behavior
On my iPhone 15 when I play the video, it's automatically open on fullscreen
Expected Behavior
When I play the video it just plying in defauld mode(NOT in FullScreen)
Steps to Reproduce
Environment
Other Information
Beta Was this translation helpful? Give feedback.
All reactions