webp
This commit is contained in:
parent
068492e495
commit
53a2ed8b0f
11 changed files with 29 additions and 21 deletions
|
|
@ -13,7 +13,15 @@ return [
|
|||
'format' => 'webp'
|
||||
],
|
||||
'srcsets' => [
|
||||
'default' => [200, 400, 600, 800, 1024, 1440, 2048],
|
||||
'default' => [
|
||||
['width' => 200, 'format' => 'webp'],
|
||||
['width' => 400, 'format' => 'webp'],
|
||||
['width' => 600, 'format' => 'webp'],
|
||||
['width' => 800, 'format' => 'webp'],
|
||||
['width' => 1024, 'format' => 'webp'],
|
||||
['width' => 1440, 'format' => 'webp'],
|
||||
['width' => 2048, 'format' => 'webp']
|
||||
],
|
||||
],
|
||||
],
|
||||
'panel' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue