By Thomas Marshall on Wednesday, 23 December 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 364
Votes 0
I'd like to have the avatar images size be dynamic somehow rather than cropping them at a set size. For example, I'd like the Avatar to be max height of 80px but maintain aspect for width. I've tried several combinations but none work.

Thanks!
Hey there,

I am sorry for the delay of this reply,

Unfortunately that was not possible to change this default behaviour in current system.

Perhaps you can try modify on this file -> JoomlaFolder\administrator\components\com_easyblog\includes\constants.php


// LINE 116
define( 'EBLOG_AVATAR_LARGE_HEIGHT' , 160 );

// Replace with
define( 'EBLOG_AVATAR_LARGE_HEIGHT' , 80 );


So when you upload your avatar into your profile, it will resize to 80px for height.
·
Wednesday, 23 December 2015 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post