Fix spotlight image size
This commit is contained in:
parent
89a89ae2d6
commit
f55ee1bc59
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user