File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function update(Request $request): Response
8181
8282 $ image = models \Image::fromString ($ image_data );
8383
84- $ image ->resize (200 , 200 );
84+ $ image ->resize (400 , 400 );
8585
8686 if ($ user ->avatar_filename ) {
8787 $ subpath = utils \Belt::filenameToSubpath ($ user ->avatar_filename );
Original file line number Diff line number Diff line change 4646
4747 <p id =" avatar-caption" class =" form-group__caption text--centered" >
4848 {{ t(' <abbr>PNG</abbr>, <abbr>JPG</abbr> and <abbr>WEBP</abbr> images only.' ) | raw }}<br />
49- {{ t(' The minimum recommended dimensions are %sx%spx.' , [200 , 200 ]) }}
49+ {{ t(' The minimum recommended dimensions are %sx%spx.' , [400 , 400 ]) }}
5050 </p >
5151
5252 <input type =" hidden" name =" csrf_token" value =" {{ csrf_token(form ) }}" >
You can’t perform that action at this time.
0 commit comments