Added avatar resize config
This commit is contained in:
parent
31d0683592
commit
4c65bf8142
@ -63,4 +63,13 @@ return [
|
||||
'velocity' => 'knots',
|
||||
'volume' => 'gallons',
|
||||
],
|
||||
|
||||
/*
|
||||
* Avatar resize settings
|
||||
* feel free to edit the following lines.
|
||||
*/
|
||||
'avatar' => [
|
||||
'width' => '200px',
|
||||
'height' => '200px',
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user