lugo/layouts/shortcodes/hidvid.html
2022-04-14 16:07:48 -04:00

10 lines
271 B
HTML

<details>
<summary>Click to reveal video.</summary>
<iframe src="{{ index .Params 0 }}"
loading="lazy"
sandbox="allow-same-origin allow-scripts allow-popups"
allowfullscreen frameborder="0"
title="Embedded Video">
</iframe>
</details>