MyBB Community Forums

Full Version: Separate variables for width and height avatar resize?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was curious if there were separate variables for the width and height of the avatar for use while re-sizing? 

Currently I know this one exists, but this has the actual css set.  I just want the values.  
{$useravatar['width_height']}
The only one I know are {$avatar_dimensions[0]} for width and {$avatar_dimensions[1]} for height
Those are not working for me in Mybb 1.8.
There aren't separate variables unfortunately. No idea why the format_avatar() function returns it like this.