Edit srcsets presets
This commit is contained in:
parent
0cbffaaae9
commit
88578c2617
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue