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 }}