diff --git a/layouts/shortcodes/figures/image.html b/layouts/shortcodes/figures/image.html index a3869f9..1eef8f5 100644 --- a/layouts/shortcodes/figures/image.html +++ b/layouts/shortcodes/figures/image.html @@ -1,5 +1,5 @@ {{ $img := (.Page.Resources.GetMatch (.Get "name")) }} -{{ $resized_img := $img.Fit "1000x1000" }} +{{ $resized_img := $img.Fit "1280x1280" }}