vodoraslo.xyz/themes/lugo/layouts/shortcodes/hidvid.html

11 lines
294 B
HTML
Raw Permalink Normal View History

2022-12-17 07:30:26 +01: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"
class="embvid"
title="Embedded Video">
</iframe>
</details>