diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 340e95a1..90e41daa 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -15,25 +15,9 @@
{{ with $feature }}
-
+ {{ $altText := $.Params.featureAlt | default $.Params.coverAlt | default "" }}
+ {{ $class := "mb-6 -mt-4 rounded-md" }}
+ {{ partial "pictureDefaults.html" (dict "img" . "alt" $altText "class" $class) }}
{{ with $.Params.coverCaption }}
{{ . | markdownify }}
{{ end }}