Edit default srcset attributes
This commit is contained in:
parent
87ff1e0772
commit
bd77ae53b9
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,11 @@ return [
|
|||
// Thumbnails and srcsets presets
|
||||
'thumbs' => [
|
||||
'srcsets' => [
|
||||
'default' => [500, 1000, 1500]
|
||||
'default' => [
|
||||
'640w' => ['width' => 640, 'quality' => 80],
|
||||
'1280w' => ['width' => 1280, 'quality' => 80],
|
||||
'1920w' => ['width' => 1920, 'quality' => 80]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue