diff --git a/layouts/partials/gallery.html b/layouts/partials/gallery.html index a8ab4a2d..1fc76af9 100644 --- a/layouts/partials/gallery.html +++ b/layouts/partials/gallery.html @@ -12,11 +12,8 @@ {{ $img := resources.Get (printf "%s%s" $imagePath $image.file) }} {{ if $img }} - - {{ $base := $img.Resize "400x webp q80" }} - {{ $medium := $img.Resize "800x webp q80" }} - {{ $large := $img.Resize "1200x webp q80" }} - {{ $xl := $img.Resize "1600x webp q85" }} + {{ $base := $img.Resize "300x webp q70" }} + {{ $medium := $img.Resize "400x webp q70" }}