From a95108b9f75982898a49cac1151ef29fe6d8d2d7 Mon Sep 17 00:00:00 2001 From: Seokhyun Lee Date: Mon, 11 Sep 2023 16:06:02 +0900 Subject: [PATCH] Increase size of thumbnails --- layouts/shortcodes/gallery.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html index fc8e044..2d4acc6 100644 --- a/layouts/shortcodes/gallery.html +++ b/layouts/shortcodes/gallery.html @@ -11,8 +11,8 @@ {{ $image := strings.TrimPrefix "./" $image }} {{ $image := $.Page.Resources.GetMatch $image }} {{ with $image }} - {{ $image := .Resize "x200" }} - {{ $image := $image.Crop "200x200 center" }} + {{ $image := .Resize "x220" }} + {{ $image := $image.Crop "220x220 center" }}
{{ $image.Name }}