Fix spotlight image size

This commit is contained in:
Jens M. Sauer 2024-07-29 19:13:53 +02:00
parent 89a89ae2d6
commit f55ee1bc59

View File

@ -12,7 +12,7 @@
</div>
{{ $alt := .Title }}
{{ range .Resources.ByType "image" }}
{{ with .Process "webp fit 1440x900" }}
{{ with .Process "webp Resize x900" }}
<div class="image">
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="{{ $alt }}" />
</div>