-
-
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
When light prop is set to true for multiple YouTube videos some of the thumbnail images are not loaded #1130
Comments
Anyone? Any ideas? |
I am also facing the same issue ! |
I can confirm this |
Same at me! |
I’m using noembed to show a thumbnail before loading the player. They have a demo page here: https://noembed.com/demo Feel free to try the URLs that are failing and see what happens. Some youtube videos return a Or check the URL yourself, eg https://noembed.com/embed?url=https://www.youtube.com/watch?v=tRFOjLIl7G0 |
Same here. Videos that get 403 returned from noembed don't have their thumbnails showing. |
Same for me. It is also being reported on their github repo: leedo/noembed#115 My solution to not having an image anymore is to set |
I'll close this off unless anyone can suggest an alternative to noembed for easily getting a thumbnail for any given URL (not just youtube). @ChrisB9's solution is solid if you are using youtube and have the ID handy. |
Current Behavior
There is a grid of 3x3 react players with their urls pointing to some YouTube videos. The "light" prop is set to true for all of them and they are all dynamically added to the their parent in a map, so everything is identical in all of them beside the url. but some the videos' thumbnail images are not loaded (the same videos). The videos load just fine on click.
Expected Behavior
All the thumbnail images to be loaded on start
The text was updated successfully, but these errors were encountered: