Skip to:
Content
Pages
Categories
Search
Top
Bottom

Blurry avatar images


  • darunia77
    Participant

    @darunia77

    Hi everyone.
    Recently I have increased my avatar thumbnail sizes to about 225×225 and full size image to 270×270 but for the sake of the retina, I’m also trying to upload them larger much larger.

    I have changed my settings to this below but for some reason, the images still come out blurry – even if uploading very his res photo. Is there anything else I should do? I tried this code both in the child theme functions.php and in bp-custom.php but still blurry (both avatar and main image but avatar worse).

    if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
    define( ‘BP_AVATAR_THUMB_WIDTH’, 300 ); //change this with your desired thumb width

    if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
    define( ‘BP_AVATAR_THUMB_HEIGHT’, 300 ); //change this with your desired thumb height

    if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
    define( ‘BP_AVATAR_FULL_WIDTH’,300 ); //change this with your desired full size,weel I changed it to 260

    if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
    define( ‘BP_AVATAR_FULL_HEIGHT’, 300 ); //change this to default height for full avatar

    if ( !defined( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’ ) )
    define( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 800 );

Viewing 1 replies (of 1 total)

  • darunia77
    Participant

    @darunia77

    I should mention, I also tried increasing to 500px but still blurry.It’s like there is another setting that’s making it lower res when it’s uploaded.

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