XF 1.2 How to increase discussion starter avatar in thread list

kezako

Active member
I need to increase discussion starter avatar in thread list.
I found wich style properties but avatar is blur. So how to make avatar in sharp focus
Thank you !
 
If you are increasing the size of the avatar using CSS then it will be blurred unless the original size is already the same or larger than that which you are increasing it to.
 
You will need to upload a new one.
Depending on how large you want to increase it, you may need to do template edits to select the large avatar.
 
Ok finded

In thread_list_item template :
Change<xen:avatar user="$thread" size="s" img="true" /> to <xen:avatar user="$thread" size="m" img="true" />
 
Top Bottom