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