MyBB Community Forums

Full Version: How to adjust the zize of User avatar added on header templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried using this to adjust the zize of user avatar pic added on header templates
<img src="{$mybb->user['avatar']}"><img style="width: 26px; height: 26px;">


But it's not working. i hope someone can help me.
you can change it to
<img src="{$mybb->user['avatar']}" width="26" height="26" />