Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to increase avatar size?

  • @21cdb

    Participant

    I need the large avatars to be created in 190px x 190px instead of the default 150px.

    Where can i change the default setting?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @apeatling

    Keymaster

    In your wp-config.php paste these lines:

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

    @21cdb

    Participant

    Thank you Andy.

    @jeffsayre

    Participant

    I’m marking this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to increase avatar size?’ is closed to new replies.
Skip to toolbar