mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
7 lines
No EOL
344 B
HTML
7 lines
No EOL
344 B
HTML
<div class="yt-embed" style="position:relative;padding-bottom: 56.25%; padding-top: 25px; height: 0;">
|
|
<iframe
|
|
data-src="//www.youtube-nocookie.com/embed/{{ index .Params 0 }}?autoplay=1"
|
|
style="position: absolute; left: 0; top: 0; width: 100%; height: 100%; border:0;"
|
|
allowfullscreen
|
|
title="YouTube Video"></iframe>
|
|
</div> |