diff --git a/site/blueprints/sections/site_content_images.yml b/site/blueprints/sections/site_content_images.yml index 15ce14a..0010b9b 100644 --- a/site/blueprints/sections/site_content_images.yml +++ b/site/blueprints/sections/site_content_images.yml @@ -6,7 +6,7 @@ template: full_screen_image min: 2 layout: cards size: small -limit: 10 +limit: 15 image: ratio: 1/1 back: white diff --git a/site/config/config.php b/site/config/config.php index 6494b62..40745d8 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -29,7 +29,8 @@ return [ '640w' => ['width' => 640, 'quality' => 80], '1280w' => ['width' => 1280, 'quality' => 80], '1920w' => ['width' => 1920, 'quality' => 80], - '2560w' => ['width' => 2560, 'quality' => 80] + '2560w' => ['width' => 2560, 'quality' => 80], + '3840w' => ['width' => 3840, 'quality' => 80] ] ] ]