January 30, 2018 at 16:45
#187290
Moderator
Hi,
Maybe it’s needed to increase the avatar size
Just follow this : https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/
Just add the next in child theme functions or in bp-custom.php
COPY CODE
define ( 'BP_AVATAR_THUMB_WIDTH', 250 );
define ( 'BP_AVATAR_THUMB_HEIGHT', 250 );
And replace 250 with your desired value
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution