From 88578c2617872b3d268ef3461e5b9a425bb4ef59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Mon, 5 Sep 2022 15:21:58 +0200 Subject: [PATCH] Edit srcsets presets --- site/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/config/config.php b/site/config/config.php index a2d949d..f9151c6 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -34,7 +34,8 @@ return [ 'default' => [ '640w' => ['width' => 640, 'quality' => 80], '1280w' => ['width' => 1280, 'quality' => 80], - '1920w' => ['width' => 1920, 'quality' => 80] + '1920w' => ['width' => 1920, 'quality' => 80], + '2560w' => ['width' => 2560, 'quality' => 80] ] ] ]