Edit srcsets presets

This commit is contained in:
Paul Nicoué 2022-09-05 15:21:58 +02:00
parent 0cbffaaae9
commit 88578c2617

View file

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