How to get bigger avatar pictures from EasySocial, inside
post.question.item.php template file (EasyDiscuss template) ?
Currrently the avatar is pulled this way
<?php echo $post->getOwner()->avatar;?>
but this is pulling and display the avatar in small size, we need bigger size
Thanks !