diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
index 1aa9839..0fc039c 100644
--- a/layouts/_default/_markup/render-image.html
+++ b/layouts/_default/_markup/render-image.html
@@ -5,7 +5,16 @@
{{- end -}}
{{- if $img -}}
-
+ {{- if eq $img.MediaType.MainType "video" -}}
+
+ {{- else -}}
+
+ {{- end -}}
{{- else -}}
{{- warnf "No image found for %s from %s" .Destination .Page.File }}
{{- end -}}
diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html
index 0132bb2..dd88719 100644
--- a/layouts/shortcodes/video.html
+++ b/layouts/shortcodes/video.html
@@ -1,7 +1,6 @@