justinribeiro / lite-youtube

The fastest little YouTube web component on this side of the internet. The shadow dom web component version of Paul's lite-youtube-embed.
https://www.npmjs.com/package/@justinribeiro/lite-youtube
MIT License
966 stars 70 forks source link

Not working in Firefox #33

Closed allesan closed 3 years ago

allesan commented 3 years ago

I have a trouble with Firefox not showing anything I'm using FF 91 and 0.9.1 of the lite youtube

If I turn of position: absolute; for #frame, #fallbackPlaceholder, iframe then image is shown but video is being loaded under the picture.

justinribeiro commented 3 years ago

I'm not able to duplicate this in FF91 (see attached video). Do you have any specific code to reproduce the issue?

https://user-images.githubusercontent.com/643503/130251828-5a1acd4e-df29-4e5a-b92d-65abe1f9b00f.mp4

allesan commented 3 years ago

Sorry, nothing specific, just basic example. I'll try to investigate some more, my CSS and HTML.