MyBB Community Forums

Full Version: Make avatar pics small on avatar page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am trying to figure out how to make my avatars on my "Change Avatar" page into thumbnail size. Any help would be appreciated!
Goto the template: usercp_avatar_gallery_avatar

Find:

<img src="{$avatarpath}"

Make it:

<img style="width: 50px; height: 50px;" src="{$avatarpath}"

Chance the px values as per your need.