Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to increase avatar size?

In your wp-config.php paste these lines:

define( 'BP_AVATAR_FULL_WIDTH', 190 );
define( 'BP_AVATAR_FULL_HEIGHT', 190 );

Skip to toolbar