lugo/layouts/shortcodes/hidvid.html

11 lines
294 B
HTML
Raw Normal View History

2022-04-14 20:07:48 +00:00
<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"
2022-05-09 02:37:00 +00:00
class="embvid"
2022-04-14 20:07:48 +00:00
title="Embedded Video">
</iframe>
</details>