Hello
Is there a way to get a bigger avatar in the Easysocial Menu module? We would like the system to take an image of 200x 200px.
Here, the 64x64 image is of poor quality.
We tried to touch the html of the module, without success:
<div class="mod-es-pf-hd__avatar">
<?php echo ES::themes()->html('avatar.user', $my, 'lg'); ?>
</div>
Is it possible ?
Best regards.