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

YouTube placeholder cannot show some videos #234

Open
serkodev opened this issue Sep 2, 2024 · 0 comments · May be fixed by #235
Open

YouTube placeholder cannot show some videos #234

serkodev opened this issue Sep 2, 2024 · 0 comments · May be fixed by #235
Labels
bug Something isn't working

Comments

@serkodev
Copy link

serkodev commented Sep 2, 2024

🐛 The bug

The current youtube placeholder url https://i.ytimg.com/vi_webp/${props.videoId}/sddefault.webp cannot show some videos.

vi_webp is not guaranteed to exist

https://i.ytimg.com/vi_webp/mJ8tq8AnNis/default.webp (video)

sddefault is not guaranteed to exist

https://i.ytimg.com/vi/jNQXAC9IVRw/sddefault.jpg (video)

🛠️ To reproduce

https://stackblitz.com/edit/nuxt-starter-lnbkmh?file=pages%2Findex.vue

🌈 Expected behavior

Expected the youtube placeholder can show all videos preview thumbnail image.

ℹ️ Additional context

No response

@serkodev serkodev added the bug Something isn't working label Sep 2, 2024
@serkodev serkodev linked a pull request Sep 2, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant