You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi gang,
I've been really enjoying implementing this embed component throughout my website, but I've run into a bit of a snag. We have some videos on Vimeo that are "Hide from Vimeo but embeddable anywhere" and this setting appears to prevent the video poster from loading.
In my terminal I get this error:
[error] astro-embed
Failed to fetch https://vimeo.com/api/v2/video/950746665.json
Error 404: Not Found
When trying to load one of these videos. I can however still press play and the video will load and play just fine. Any ideas on how I can fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @rjdusk! I guess Vimeo blocks us from loading the the poster URL from their API if the video is hidden. I don’t know if there’s a fix on our end but a workaround would be to provide an explicit poster attribute on the video if you can grab the URL manually?
Hi gang,
I've been really enjoying implementing this embed component throughout my website, but I've run into a bit of a snag. We have some videos on Vimeo that are "Hide from Vimeo but embeddable anywhere" and this setting appears to prevent the video poster from loading.
In my terminal I get this error:
When trying to load one of these videos. I can however still press play and the video will load and play just fine. Any ideas on how I can fix this?
Thanks!
The text was updated successfully, but these errors were encountered: