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);