From b8ded0fed737b701c516ebd865151376897fb513 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 27 Sep 2023 11:31:50 +0200 Subject: [PATCH] set max-height of user image to 150px --- views/bootstrap/class.UsrMgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.UsrMgr.php b/views/bootstrap/class.UsrMgr.php index 7bed35a89..774e6c38d 100644 --- a/views/bootstrap/class.UsrMgr.php +++ b/views/bootstrap/class.UsrMgr.php @@ -407,7 +407,7 @@ $(document).ready( function() { if ($currUser) { $this->formField( getMLText("user_image"), - ($currUser->hasImage() ? "getId()."\">" : getMLText('no_user_image')) + ($currUser->hasImage() ? "getId()."\" style=\"max-height: 150px;\">" : getMLText('no_user_image')) ); $this->formField( getMLText("new_user_image"),