From 6af086dd65fafaf4eeafe9ed21d249a78ce6820c Mon Sep 17 00:00:00 2001 From: Nicolas Lorin Date: Sat, 11 Mar 2023 11:03:26 +0100 Subject: [PATCH] Perf: add fixed image ratio --- layouts/partials/hero/big.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/hero/big.html b/layouts/partials/hero/big.html index f6287df4..bb96c345 100644 --- a/layouts/partials/hero/big.html +++ b/layouts/partials/hero/big.html @@ -6,11 +6,11 @@ {{- with $featured -}} {{ if $disableImageOptimization }} {{ with . }} - + {{ end }} {{ else }} {{ with .Resize "1200x" }} - + {{ end }} {{ end }} {{- end -}} \ No newline at end of file