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
Some videos on YouTube don't have the XL thumbnail, which then leads to us rendering the generic YouTube thumbnail. I think it would be better if we could render the event fallback thumbnail instead.
Though, I'm not sure how we'd be able to detect that. Maybe with an API request?
I made a quick test with onerror=this.remove() but it doesn't trigger an error. Looking at the network in dev tool, the fallback image is returned with a 404 status not sure how to detect that.
Some videos on YouTube don't have the XL thumbnail, which then leads to us rendering the generic YouTube thumbnail. I think it would be better if we could render the event fallback thumbnail instead.
Though, I'm not sure how we'd be able to detect that. Maybe with an API request?
For example:
https://www.rubyvideo.dev/events/rubyconf-au-2024
https://www.rubyvideo.dev/talks/data-unleashed-a-developer-s-perspective-on-navigating-the-architecture-maze
https://www.rubyvideo.dev/talks/mapping-concepts-into-code
The text was updated successfully, but these errors were encountered: