From 4c65bf8142cc517e80ebdd35987fdcf080f8c2e7 Mon Sep 17 00:00:00 2001 From: Jose Miguel Bustos Espinoza Date: Mon, 30 Apr 2018 22:24:06 -0300 Subject: [PATCH] Added avatar resize config --- config/phpvms.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/phpvms.php b/config/phpvms.php index 681ea0f5..2c837bdb 100644 --- a/config/phpvms.php +++ b/config/phpvms.php @@ -63,4 +63,13 @@ return [ 'velocity' => 'knots', 'volume' => 'gallons', ], + + /* + * Avatar resize settings + * feel free to edit the following lines. + */ + 'avatar' => [ + 'width' => '200px', + 'height' => '200px', + ], ];