-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Youtube player loop is not working #639
Comments
georgesofianosgr
changed the title
Youtube player's loop is not working
Youtube player loop is not working
May 7, 2019
@GeoCool Line 161 of the YouTube.js file in the players folder needs to be changed to be wrapped in |
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Fixes cookpete/react-player#530 properly Fixes cookpete/react-player#639 Closes cookpete/react-player#662
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Fixes cookpete/react-player#530 properly Fixes cookpete/react-player#639 Closes cookpete/react-player#662
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Fixes cookpete/react-player#530 properly Fixes cookpete/react-player#639 Closes cookpete/react-player#662
philip-luther
added a commit
to philip-luther/react-player
that referenced
this issue
Nov 22, 2024
Fixes cookpete/react-player#530 properly Fixes cookpete/react-player#639 Closes cookpete/react-player#662
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Youtube player loop is not working.
Console error:
It was working for a while,
the issue may or may have not started when I upgraded my project packages.
My temporary fix is to remove the loop property and setLoop via internal player.
MacOS mojave
Nodejs v10.15.3
React v16.8.4 & Gatsby v2.3.25
Current code:
The text was updated successfully, but these errors were encountered: