Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playsinline not working on vimeo #574

Closed
jisaacks opened this issue Feb 21, 2019 · 1 comment
Closed

playsinline not working on vimeo #574

jisaacks opened this issue Feb 21, 2019 · 1 comment

Comments

@jisaacks
Copy link

The vimeo player doesn't appear to set the playsinline attribute. I have tried setting it to various values but it just gets ignored.

Vimeo does support this value: https://help.vimeo.com/hc/en-us/articles/360001494447-Using-Player-Parameters

Does it need to be added to the vimeo player, or perhaps am I doing something wrong?

@aydinkn
Copy link

aydinkn commented Feb 22, 2019

I think playsinline not included in the ReactPlayer's Vimeo player.
So, for now you can use Vimeo specific player options instead of ReactPlayer playsinline prop like this:

<ReactPlayer url={url} config={{ vimeo: { playerOptions: { playsinline: 1 } } }} />

albanqoku added a commit to albanqoku/react-player that referenced this issue Feb 24, 2021
Webmaster1116 added a commit to Webmaster1116/video-player that referenced this issue May 20, 2021
webmiraclepro added a commit to webmiraclepro/video-player that referenced this issue Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants