Ajout de l'article retour sur l'épiphanie #21

Merged
mbess merged 2 commits from develop into master 2025-01-25 11:08:14 +00:00
Showing only changes of commit 54b72f6031 - Show all commits

fix(landing): use fill instead of crop to show prominent article image
All checks were successful
Deploy workflow / deploy (push) Successful in 39s
Deploy workflow / deploy (pull_request) Successful in 40s

Matthieu Bessat 2025-01-19 22:54:36 +01:00

View file

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