Portrait resolution for user avatars and horizontal resolution for group thumbnails
-
Hi,
Is it posible to have portrait resolution for user avatars and horizontal resolution for group thumbnails. When I open bp-core-avatars.php and setup following parameters
if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 250 );if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 150 );…then I see the same resolution for avatars and group thumbs

Or maybe there is possible to disable thumbnail cropping?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Portrait resolution for user avatars and horizontal resolution for group thumbnails’ is closed to new replies.
Do you know how avatar looks when original size stored on FTP is 250×150 (horizontal) and it’s resized to 50×80 (vertical) using CSS?