]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
Merge pull request #5830 from nupplaphil/update_from_boot
[friendica.git] / mod / profile_photo.php
index 0d692a660010c6001b52c3885131005fd6f5ba89..da45226fe02bbc20f983774eac313f21a5e5c946 100644 (file)
@@ -288,7 +288,7 @@ function profile_photo_crop_ui_head(App $a, Image $image)
        $height = $image->getHeight();
 
        if ($width < 175 || $height < 175) {
-               $image->scaleUp(200);
+               $image->scaleUp(300);
                $width = $image->getWidth();
                $height = $image->getHeight();
        }