svelte-youtube icon indicating copy to clipboard operation
svelte-youtube copied to clipboard

YouTube IFrame Player API for Svelte

Results 5 svelte-youtube issues
Sort by recently updated
recently updated
newest added

I updated the svelte version and the other devDependencies to work on the current svelte version, check it please.

The doc says that we can access the underlying youtube API with ready events target property which is null in my case.

When importing the package into a svelte-kit project, an error is thrown telling the `export is undefined` This a known issure with vite (the bundler of svelte-kit) atm, when using...

This is a PR to add a feature to svelte-youtube that allows users to specify if they want their player to have responsive sizing. I've also added an example of...

I'm trying to use a class on the component as so: . Here is the CSS in my portion of my .svelte file: .youtubeContainer { grid-area: youtube; position: relative; width:...