By David St. Pierre on Saturday, 27 May 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 371
Votes 0
How can I alter the image size for user profile images? It doesn't seem to be a CSS setting. See the attached image.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

When the user upload a new user avatar on their profile, system will automatically resize to 4 type of image e.g. small, medium, large, square.

By default it will use square image size display on their profile avatar.
·
Saturday, 27 May 2017 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes thanks, I'm just looking at how to decrease the gray border size.
·
Saturday, 27 May 2017 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you check again is it look nice now?

I've applied some css fix into this file -> JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/css/custom.css

#es .es-profile-header__avatar-wrap img:not([class]) {
padding: 0px !important;
}
·
Saturday, 27 May 2017 12:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post