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

[bug] Create multiple iframe when click on frame #7

Closed abdonrd closed 4 years ago

abdonrd commented 4 years ago

Create multiple iframe when click on frame

Video:

Nov-26-2019 19-20-57

That same before frame does not allow to click on the title of the YouTube video.

justinribeiro commented 4 years ago

Cheers! Fixed in version 0.6.1.

abdonrd commented 4 years ago

Thanks @justinribeiro!

Now it doesn't create a new iframe, but it still hides the title of the YouTube video. 😕

justinribeiro commented 4 years ago

Ahh, I see it. Fix inbound.

justinribeiro commented 4 years ago

::before header now properly hides, allowing title and buttons to display correctly. Published as v0.6.2.

abdonrd commented 4 years ago

Thanks @justinribeiro! 👏