diff --git a/themes/patek/layouts/shortcodes/blogPhoto.html b/themes/patek/layouts/shortcodes/blogPhoto.html index 786f00d..ccd3a23 100644 --- a/themes/patek/layouts/shortcodes/blogPhoto.html +++ b/themes/patek/layouts/shortcodes/blogPhoto.html @@ -40,7 +40,7 @@ where possible named params are: {{- end -}} {{- if (lt (len $srcset) (len $sizes)) -}} - {{- $compressed := $img.Fit (printf "%dx%d q50" $img.Width $img.Height) -}} + {{- $compressed := $img.Fit (printf "%dx%d q90" $img.Width $img.Height) -}} {{- $srcset = $srcset | append (printf "%s %dw" $compressed.RelPermalink $compressed.Width) -}} {{- $largest = $compressed -}} {{- end -}}