Website/layouts/shortcodes/peertube.html

6 lines
222 B
HTML
Raw Normal View History

2024-01-29 23:17:18 +01:00
<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>