X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphoto.php;h=54418f730d09e1789208dd78447bb9d0376359c6;hb=5eb8929f0c579630ce35c3e3c0d47e692c084c8a;hp=083b7cfc99bdd2a4076fd8e9f9fbb8003930294e;hpb=ac19a9cddc9e9cee323bb46123d95cfc02ffef0e;p=friendica.git diff --git a/mod/photo.php b/mod/photo.php index 083b7cfc99..54418f730d 100644 --- a/mod/photo.php +++ b/mod/photo.php @@ -51,7 +51,7 @@ function photo_init(App $a) exit; } - $default = 'images/person-175.jpg'; + $default = 'images/person-300.jpg'; $public = true; if (isset($type)) { @@ -137,7 +137,7 @@ function photo_init(App $a) if (isset($resolution)) { switch ($resolution) { case 4: - $data = file_get_contents('images/person-175.jpg'); + $data = file_get_contents('images/person-300.jpg'); $mimetype = 'image/jpeg'; break; case 5: