diff --git a/layouts/_shortcodes/video.html b/layouts/_shortcodes/video.html index 31e854b..d477d80 100644 --- a/layouts/_shortcodes/video.html +++ b/layouts/_shortcodes/video.html @@ -4,9 +4,9 @@ {{ if eq ($.Get "controls" | default "true") "true" }}controls{{ end }} {{ if eq ($.Get "loop" | default "false") "true" }}loop{{ end }} preload="metadata" - style="width: 100%; height: auto;"> - + style="width: 100%; height: auto;" > + Your browser does not support the video tag. {{- end -}}