MyBB Community Forums

Full Version: Fix inconsistent member avatar sizes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the member list my member avatars are inconsistent sizes.  Mostly due to the facebook plugin that uses the members' profile pic.  Is there a way to force avatar size by changes in the template or other pages.

[attachment=33343]
Any ideas how to fix avatar sizing. Or which template is responsible for layout?
first things first... have you set the avatar dimensions for memberlist in ACP >> Configuration >> Member List >> Maximum Display Avatar Dimensions

if the issue persists even after changing the above settings, goto ACP >> Templates >> Member List Templates >> memberlist_user_avatar template and change the content as...

<img src="{$useravatar['image']}" alt="" width="70" height="70" />
Did not hold in the ACP avatar settings. Changed the template file, worked perfectly!