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