-
-
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
light mode won't show the thumbnail #558
Comments
Should be fixed in |
@cookpete can I know this feature is added or still not? |
@cookpete i meant still i can't see thumbnail of video in light mode.is it added feature or not? |
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Fixes cookpete/react-player#558 Properly fixes cookpete/react-player#448
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Fixes cookpete/react-player#558 Properly fixes cookpete/react-player#448
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Fixes cookpete/react-player#558 Properly fixes cookpete/react-player#448
philip-luther
added a commit
to philip-luther/react-player
that referenced
this issue
Nov 22, 2024
Fixes cookpete/react-player#558 Properly fixes cookpete/react-player#448
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem, where light set to true, won't show the thumbnail, because chrome thinks it's an insecure request, as it's not loaded with https, I think it can be solved by changing the fetch call to noembed in Preview.js to https, or is there a reason to keep it as http?
The text was updated successfully, but these errors were encountered: