From 89721a34ca0328d0659e739feb372ce767a3c8c6 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 24 Apr 2022 11:20:06 +0200 Subject: [PATCH] One test --- layouts/shortcodes/multithumb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/multithumb.html b/layouts/shortcodes/multithumb.html index 237373b..0d19d05 100644 --- a/layouts/shortcodes/multithumb.html +++ b/layouts/shortcodes/multithumb.html @@ -2,7 +2,7 @@ {{ range $param := .Params }} {{ $image := resources.GetMatch ($param) }} {{ $size := "x350" }} - {{ $options := printf "%s %s %s" $size "jpg q90" "Box"}} + {{ $options := printf "%s %s %s" $size "png q90" "Box"}} {{ $imagethumbnail := $image.Resize $options}}