XF 1.3 Custom Avatar size

<a {$player.profileLink} class="MinecraftAvatar avatar"><img width="4" height="4" data-offsetx="-8px" class="Tooltip" title="{$player.username}" src="<xen:avatar user="$user" size="s" img="true" class="_plainImage" /></a>

I am using this...
I'd like to add an xs class for size to properly size where I am wanting to put this and define what size XS is equal to.



Thanks.
 
The small, medium and large sizes are defined in code.

However, you should be able to resize it using inline styling or a custom class.
 
Top Bottom