Skip to:
Content
Pages
Categories
Search
Top
Bottom

Thumbnails not resizing


  • Florian
    Participant

    @schumannmedia

    Hi,

    Many versions back of BuddyPress, I added the following to the bp-custom.php file in the plugins folder:

    define ( ‘BP_AVATAR_THUMB_WIDTH’, 200 );
    define ( ‘BP_AVATAR_THUMB_HEIGHT’, 200 );
    define ( ‘BP_AVATAR_FULL_WIDTH’, 450 );
    define ( ‘BP_AVATAR_FULL_HEIGHT’, 450 );

    Now the thumbnail resizing is no longer working. Without this text the thumbnails are compressed to 50×50. With this in it compresses them to 450×450 (just like the full sized avatars). The thumbnails are not resizing to 200×200.

    I have also changed the media settings in WordPress to reflect the desired size but it’s had no impact on the avatar thumbnails.

    Does anyone have any ideas about this?

    Many thanks,

    Florian

Viewing 1 replies (of 1 total)

  • Florian
    Participant

    @schumannmedia

    I’ve even tried changing the thumbnail settings in /bp-core/bp-core-avatars.php but with no luck.

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnails not resizing’ is closed to new replies.
Skip to toolbar