Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cannot increase avatar/gravatar size (Still blurred)


  • Anonymous User 15521305
    Inactive

    @anonymized-15521305

    I would like to increase the avatar/gravatar size to 180px in the member directory page. I use css to change the size to 180px but the images look blurred. I have followed the instruction here https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/ by adding the following lines to bp-custom.php in the plugin folder but it doesn’t work. The avatar/gravatar still look blurred.

    define ( ‘BP_AVATAR_THUMB_WIDTH’, 180 );
    define ( ‘BP_AVATAR_THUMB_HEIGHT’, 180 );
    define ( ‘BP_AVATAR_FULL_WIDTH’, 180 );
    define ( ‘BP_AVATAR_FULL_HEIGHT’, 180 );

    What am I missing?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Peter Hardy-vanDoorn
    Participant

    @petervandoorn

    Changing the default sizes won’t improve any avatar images you’ve already got. These are cached at the default sizes, so to improve the quality to the new size you will need to re-upload them.


    Anonymous User 15521305
    Inactive

    @anonymized-15521305

    Ah…thank you. I didn’t know about this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar