diff --git a/layouts/shortcodes/figures/image.html b/layouts/shortcodes/figures/image.html
index ecf42c9..9372b06 100644
--- a/layouts/shortcodes/figures/image.html
+++ b/layouts/shortcodes/figures/image.html
@@ -17,31 +17,35 @@
{{ errorf "No images found for name(s) parameter" }}
{{- end -}}
-
-
- {{ range $img := $imgs }}
- {{- $linkedImg := $img -}}
- {{- if not $img }}
- {{ errorf "Found nil in images list for %s" $.Page.Permalink }}
- {{ end -}}
+{{ with $item := index $imgs 0 }}
+
+