Skip to:
Content
Pages
Categories
Search
Top
Bottom

Need to resize avatar images to 50×50

Viewing 1 replies (of 1 total)

  • modemlooper
    Moderator

    @modemlooper

    Avatar specific settings can be changed:
    define ( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
    define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
    define ( ‘BP_AVATAR_FULL_WIDTH’, 150 );
    define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 );
    define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 );
    define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, $max_in_kb );
    define ( ‘BP_AVATAR_DEFAULT’, $img_url );
    define ( ‘BP_AVATAR_DEFAULT_THUMB’, $img_url );

Viewing 1 replies (of 1 total)
  • The topic ‘Need to resize avatar images to 50×50’ is closed to new replies.
Skip to toolbar