25 lines
542 B
PHP
25 lines
542 B
PHP
<?php
|
|
|
|
return [
|
|
'languages' => true,
|
|
'debug' => true,
|
|
'thumbs' => [
|
|
'srcsets' => [
|
|
'full' => [
|
|
'1x' => [
|
|
'width' => 960,
|
|
'height' => 960,
|
|
'crop' => false,
|
|
'quality' => 90,
|
|
],
|
|
'2x' => [
|
|
'width' => 960 * 2,
|
|
'height' => 960 * 2,
|
|
'crop' => false,
|
|
'quality' => 90,
|
|
]
|
|
]
|
|
]
|
|
]
|
|
];
|