Resize settings
Resize method only works with numbers as a parameter, is not necessary to put px at the end.
This commit is contained in:
committed by
Nabeel Shahzad
parent
d768b9cc0e
commit
64302252c0
@@ -67,9 +67,10 @@ return [
|
|||||||
/*
|
/*
|
||||||
* Avatar resize settings
|
* Avatar resize settings
|
||||||
* feel free to edit the following lines.
|
* feel free to edit the following lines.
|
||||||
|
* Both parameters are in px.
|
||||||
*/
|
*/
|
||||||
'avatar' => [
|
'avatar' => [
|
||||||
'width' => '200px',
|
'width' => '200',
|
||||||
'height' => '200px',
|
'height' => '200',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user