Website/layouts/shortcodes/peertube.html

6 lines
No EOL
265 B
HTML

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