adding mission trip promo

This commit is contained in:
Chris Cochrun 2024-01-10 11:56:43 -06:00
parent 012255537e
commit 31f05fc5be
4 changed files with 6 additions and 7 deletions

View file

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