Scale image figures to 1280 instead of 640

This commit is contained in:
Eryn Wells 2022-08-20 17:29:42 -07:00
parent 542866489d
commit 8478b049f0

View file

@ -1,5 +1,5 @@
{{ $img := (.Page.Resources.GetMatch (.Get "name")) }}
{{ $resized_img := $img.Fit "1000x1000" }}
{{ $resized_img := $img.Fit "1280x1280" }}
<div class="centered">
<figure>
<a href="{{ $img.RelPermalink }}">