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