hugo-WonderMod/layouts/shortcodes/youtube.html

4 lines
227 B
HTML
Raw Normal View History

2022-07-23 19:39:42 -04:00
{{- $id := .Get "id" | default (.Get 0) -}}
<div class="youtube-embed-div">
<iframe src="https://www.youtube-nocookie.com/embed/{{ $id }}" class="youtube-embed-frame" allowfullscreen title="YouTube Video"></iframe>
</div>