Website/layouts/shortcodes/peertube.html
2024-01-29 23:17:18 +01:00

6 lines
No EOL
222 B
HTML

<div class="embed video-player">
<iframe width="560" height="315"
sandbox="allow-same-origin allow-scripts allow-popups"
src="{{ index .Params 0 }}" frameborder="0" allowfullscreen>
</iframe>
</div>