By Christian van Laarhoven on Saturday, 18 February 2017
Posted in General
Likes 0
Views 105
Votes 0
Hi,

Right now the images are rendered as medium on the homepage.
How can I let it render large?

Regards!
By default, we wouldn't recommend you to use a larger image because that would slow down the page rendering time. But if you really need to, edit the file /components/com_easysocial/themes/wireframe/helpers/avatar/user.php and locate the codes below:


<?php echo $user->getAvatar();?>


Replace it with,


<?php echo $user->getAvatar(SOCIAL_AVATAR_LARGE);?>
·
Sunday, 19 February 2017 01:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks!
·
Monday, 20 February 2017 18:40
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Christian Glad to hear your issue has resolved.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Monday, 20 February 2017 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post