fix(landing): use fill instead of crop to show prominent article image

This commit is contained in:
Matthieu Bessat 2025-01-19 22:54:36 +01:00
parent 0987856396
commit 54b72f6031

View file

@ -439,7 +439,7 @@
{{ end }}
{{ end }}
{{ $featuredImage := $featuredImage.Crop "800x700 Center" }}
{{ $featuredImage := $featuredImage.Fill "800x700 Center" }}
<div
class="prominent-article article-card"
>