idk some other great and beginning updates

This commit is contained in:
Chris Cochrun 2022-10-28 15:15:33 -05:00
parent 644ba66eae
commit 956783ccd7
19 changed files with 31 additions and 6 deletions

View file

@ -3,4 +3,6 @@
{{- $width := .Get "width" | default "560" -}}
{{- $height := .Get "height" | default "315" -}}
<iframe width="{{ $width }}" height="{{ $height }}" sandbox="allow-same-origin allow-scripts allow-popups" src="{{ $vid }}?warningTitle=0" frameborder="0" allowfullscreen></iframe>
<div style="display: flex;">
<iframe class="pt-vid" style="flex: auto;" width="{{ $width }}" height="{{ $height }}" sandbox="allow-same-origin allow-scripts allow-popups" src="{{ $vid }}?warningTitle=0" frameborder="0" allowfullscreen></iframe>
</div>