hi everyone, just jumped on the Astro wagon some veeks a go, and have some experience with vanilla javascript and vue...
I'm not able to correctly load the http://www.youtube.com/player_api to get control of the YT player ,
I'm able to embed as an IFRAME, but I'm not able to get control of the player.
API loading works on other apps, vanilla js, vue, and tampermokey plugins.
I just cannot get it to work in Astro, and I don't understand what I'm doing wrong or understood wrong...
<script src = "http://www.youtube.com/player_api"></script>
apparently runs, but doensn't create the YT object...