sharu725 / youtube-embed

Embeds a clickable youtube thumbnail instead of the iframe. Upon clicking, loads the iframe.
https://embed.sveltethemes.dev
36 stars 7 forks source link

Feature request: Allow adding custom button as a slot #1

Closed amr3k closed 2 years ago

amr3k commented 2 years ago

Something like


<Youtube id="q2Y3f0lHnMs">
  <button>Custom SVG</button>
</Youtube>

<style>
  button {
    /* custom style */
  }
</style>