From 2a0e84f8543c8b190fc634261b944a5ae829bc98 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Thu, 10 Oct 2019 23:05:34 -0400 Subject: [PATCH] Better image sizes --- layouts/shortcodes/img.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index 75330c86..dcd8f1d9 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -3,10 +3,10 @@ {{/* set image sizes, these are hardcoded for now, x dictates that images are resized to this width */}} -{{ $tinyw := default "500x" }} -{{ $smallw := default "800x" }} -{{ $mediumw := default "1200x" }} -{{ $largew := default "1500x" }} +{{ $tinyw := default "408x" }} +{{ $smallw := default "816x" }} +{{ $mediumw := default "1224x" }} +{{ $largew := default "1632x" }} {{/* resize the src image to the given sizes */}} @@ -28,17 +28,17 @@