Files
hugo_serialReader/layouts/shortcodes/youtube.html
T
2025-05-13 15:51:18 -06:00

4 lines
267 B
HTML

<div class="embed video-player">
<iframe class="youtube-player" type="text/html" style="max-width:100%; min-height: 385px;" width="640" height="385" src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
</iframe>
</div>