aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/youtube.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/youtube.html')
-rw-r--r--themes/default/layouts/shortcodes/youtube.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/youtube.html b/themes/default/layouts/shortcodes/youtube.html
index 791e3da..d257d0d 100644
--- a/themes/default/layouts/shortcodes/youtube.html
+++ b/themes/default/layouts/shortcodes/youtube.html
@@ -15,7 +15,7 @@
{{- end -}}
<youtube-video>
- <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
+ <div>
<iframe loading="lazy" sandbox="allow-scripts allow-same-origin"
src="https://{{ $url }}/embed/{{ $id }}{{ "?controls=1" }}{{ $start }}{{ $end }}{{ $muted }}"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;"