From dadc24462a417038e9a7d22aaa640fca524fdfb0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Jan 2016 14:14:39 +0100 Subject: [PATCH] Fix: We must ue the "small" size of imge to show on card pages. --- htdocs/user/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 6324a6bb37f..f4e001bb8f0 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -1783,7 +1783,7 @@ else // Photo print ''; - print $form->showphoto('userphoto',$object,100,0,$caneditfield); + print $form->showphoto('userphoto',$object,100,0,$caneditfield,'photowithmargin','small'); print ''; print '';