This provides a fast way to embed youtube videos since it loads the youtube thumbnail istead of the iframe. It loads the iframe and starts playing upong clicking the play button.
<Youtube id="EBtsu6naB8g" />
<Youtube id="EBtsu6naB8g">
<button>play</button>
</Youtube>
<Youtube
id="EBtsu6naB8g"
--overlay-bg-color="{overlayBGColor}30"
--overlay-transition="all {overlayTransitionDuration}ms linear"
/>
<Youtube
id="KrSH82gg7BQ"
--title-color={titleColor}
--title-shadow-color="{titleShadowColor}30"
--title-font-family={titleFontFamily}
/>
Some videos don't have custom thumbnail, so you can use this option to set the thumbnail to the default one.
<Youtube id="g50dm1OCV3w" altThumb={true} />