25 lines
No EOL
624 B
PHP
25 lines
No EOL
624 B
PHP
<?php
|
|
|
|
return [
|
|
'debug' => true,
|
|
'thumbs' => [
|
|
'quality' => 80,
|
|
'presets' => [
|
|
'grid' => 400,
|
|
'default' => [
|
|
'width' => 1024, 'format' => 'webp'
|
|
],
|
|
'full' => 2048,
|
|
'format' => 'webp'
|
|
],
|
|
'srcsets' => [
|
|
'default' => [200, 400, 600, 800, 1024, 1440, 2048],
|
|
'webp' => [
|
|
'300w' => ['width' => 300 * 1.2, 'format' => 'webp'],
|
|
'600w' => ['width' => 600 * 1.2, 'format' => 'webp'],
|
|
'900w' => ['width' => 900 * 1.2, 'format' => 'webp'],
|
|
'1200w' => ['width' => 1200 * 1.2, 'format' => 'webp'],
|
|
],
|
|
],
|
|
],
|
|
]; |