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', + ], ];