summaryrefslogtreecommitdiff
path: root/themes/lugo/layouts/shortcodes/hidvid.html
blob: 14f592d772d4cb3eaa3a76692541af53714226ea (plain)
1
2
3
4
5
6
7
8
9
10
<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>