fix(landing): use fill instead of crop to show prominent article image
This commit is contained in:
parent
0987856396
commit
54b72f6031
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@
|
|||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
{{ $featuredImage := $featuredImage.Crop "800x700 Center" }}
|
||||
{{ $featuredImage := $featuredImage.Fill "800x700 Center" }}
|
||||
<div
|
||||
class="prominent-article article-card"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue