paulirish / lite-youtube-embed

A faster youtube embed.
https://paulirish.github.io/lite-youtube-embed/
Other
5.68k stars 260 forks source link

Remove `href` from button to prevent possible navigation #124

Closed delucis closed 1 year ago

delucis commented 2 years ago

Closes #123

Better support for the progressive enhancement approach of making the play button a link before the custom element loads. Currently with that approach, clicking the play button will navigate to YouTube even after the custom element has loaded. This PR removes the link’s href in the connectedCallback to stop that from happening.