first!
This commit is contained in:
commit
cf7a27bfa1
225 changed files with 3580 additions and 0 deletions
6
layouts/shortcodes/yt.html
Normal file
6
layouts/shortcodes/yt.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue