From 8cc393374cd4ad3e65cca4b99931b44201b72e9b Mon Sep 17 00:00:00 2001 From: stereobooster Date: Wed, 4 Oct 2023 01:42:18 +0200 Subject: [PATCH] q20 is enough --- layouts/partials/picture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/picture.html b/layouts/partials/picture.html index 6e50973b..8764a800 100644 --- a/layouts/partials/picture.html +++ b/layouts/partials/picture.html @@ -24,7 +24,7 @@ {{ end }} {{ with $resource }} {{ if (and (ne .MediaType.SubType "svg") $lqip) }} - {{ $lqip := (.Resize "20x webp").Content | base64Encode }} + {{ $lqip := (.Resize "20x webp q20").Content | base64Encode }}