This commit is contained in:
isUnknown 2024-09-19 14:20:55 +02:00
parent 068492e495
commit 53a2ed8b0f
11 changed files with 29 additions and 21 deletions

View file

@ -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' => [