init
This commit is contained in:
24
site/config/config.php
Normal file
24
site/config/config.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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,
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user