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:
José Bustos
2018-05-01 12:43:17 -03:00
committed by Nabeel Shahzad
parent d768b9cc0e
commit 64302252c0

View File

@@ -67,9 +67,10 @@ return [
/*
* Avatar resize settings
* feel free to edit the following lines.
* Both parameters are in px.
*/
'avatar' => [
'width' => '200px',
'height' => '200px',
'width' => '200',
'height' => '200',
],
];