|
@@ -522,7 +522,7 @@ class Users {
|
522
|
522
|
*/
|
523
|
523
|
public static function show_avatar($Avatar, $UserID, $Username, $Setting, $Size = 0, $ReturnHTML = true) {
|
524
|
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
|
526
|
$AvatarMouseOverText = '';
|
527
|
527
|
$SecondAvatar = '';
|
528
|
528
|
$Class = 'class="double_avatar"';
|