Open
Description
π The bug
When there are multiple ScriptYouTubePlayer
instances on a page, clicking on a single video will swap the preview-images of all instances with the iframes.
π οΈ To reproduce
https://stackblitz.com/edit/nuxt-starter-kq6qv7el?file=app.vue
π Expected behavior
I would expect, that only the video, that was clicked on gets loaded and the other instances remain untouched (keep their preview images).
βΉοΈ Additional context
No response