XF 1.4 Avatar size

Open template "message_user_info", the code is near line 8:

Code:
<xen:avatar user="$user" size="m" img="true" />
change change size="m" to size="s":


If you want to reduce avatar size to anything between 48px and 96px, do not change that code.

Good luck,

Heavy
 
Top Bottom