diff --git a/layouts/partials/hero/big.html b/layouts/partials/hero/big.html
index bb96c345..cbdce5d5 100644
--- a/layouts/partials/hero/big.html
+++ b/layouts/partials/hero/big.html
@@ -3,14 +3,16 @@
{{- $images := .Resources.ByType "image" -}}
{{- $featured := $images.GetMatch "*feature*" -}}
{{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}}
+{{- $alt := .Page.Title -}}
+{{- with .Page.Params.alt }}{{ $alt = . }}{{ end -}}
{{- with $featured -}}
{{ if $disableImageOptimization }}
{{ with . }}
-
+
{{ end }}
{{ else }}
{{ with .Resize "1200x" }}
-
+
{{ end }}
{{ end }}
{{- end -}}
\ No newline at end of file