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