From 4b6c093a1cdd52eb55cd310cba41af86324ca934 Mon Sep 17 00:00:00 2001 From: Steve Ross Date: Mon, 5 Jan 2026 13:39:24 +0000 Subject: [PATCH] add hero image size --- app/setup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/setup.php b/app/setup.php index 1067e03..83fd426 100644 --- a/app/setup.php +++ b/app/setup.php @@ -168,5 +168,6 @@ function cors() { } $image_srcset = new Utilities\ImageSrcset; -$image_srcset->add(['name' => 'hero', 'width' => 1920, 'height' => 1000]); +$image_srcset->add(['name' => 'hero', 'width' => 1920, 'height' => 1080]); add_image_size('lazy', 50, 50); +add_image_size('hero', 1920, 1080, true);