Files
coopgo/themes/coopgo-theme/layouts/shortcodes/peertube.html

10 lines
308 B
HTML

<div class="w-full max-w-700 m-auto" style="height: 394px;">
<iframe
class="w-full h-full"
sandbox="allow-same-origin allow-scripts allow-popups"
title="{{.Get 1}}"
src="{{.Get 0}}?warningTitle=0"
frameborder="0"
allowfullscreen>
</iframe>
</div>