mirror of
https://github.com/friendica/friendica
synced 2025-04-21 05:10:11 +00:00
adapted profile pic resize to 300px for whole system
This commit is contained in:
parent
95f9337e0e
commit
cb75c40f4e
13 changed files with 21 additions and 21 deletions
|
@ -642,7 +642,7 @@ class User
|
|||
|
||||
$Image = new Image($img_str, $type);
|
||||
if ($Image->isValid()) {
|
||||
$Image->scaleToSquare(175);
|
||||
$Image->scaleToSquare(300);
|
||||
|
||||
$hash = Photo::newResource();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue