1
Fork 0
mmaker.moe/layouts/shortcodes/yt.html
2025-12-02 23:49:51 -05:00

6 lines
No EOL
515 B
HTML

<div class="video-wrapper">
<a href="https://www.youtube.com/watch?v={{ index .Params 0 }}"><img width="528" height="297" src="https://i.ytimg.com/vi_webp/{{ index .Params 0 }}/mqdefault.webp" onmouseover="enableEmbed(this, getVideoEmbed({{ index .Params 0 }}));" /></a>
<!--
<iframe width="560" height="315" src="https://www.youtube.com/embed/{{ index .Params 0 }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
-->
</div>