pjc 5 years ago
parent
commit
c5023bfb87
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/users.class.php

+ 1
- 1
classes/users.class.php View File

522
    */
522
    */
523
   public static function show_avatar($Avatar, $UserID, $Username, $Setting, $Size = 0, $ReturnHTML = true) {
523
   public static function show_avatar($Avatar, $UserID, $Username, $Setting, $Size = 0, $ReturnHTML = true) {
524
     $Avatar = ImageTools::process($Avatar, 'avatar');
524
     $Avatar = ImageTools::process($Avatar, 'avatar');
525
-    $Style = 'style="max-width: 150px; max-height: 300px;"';
525
+    $Style = 'style="max-width: 245px; max-height: 420px;"';
526
     $AvatarMouseOverText = '';
526
     $AvatarMouseOverText = '';
527
     $SecondAvatar = '';
527
     $SecondAvatar = '';
528
     $Class = 'class="double_avatar"';
528
     $Class = 'class="double_avatar"';

Loading…
Cancel
Save