Thumbnails not resizing
-
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
- The topic ‘Thumbnails not resizing’ is closed to new replies.