[buddypress-trac] [BuddyPress Trac] #6551: Wrong shape of the CROP size of the group thumbnail
buddypress-trac
noreply at wordpress.org
Wed Jul 8 17:54:28 UTC 2015
#6551: Wrong shape of the CROP size of the group thumbnail
--------------------------+-------------------------
Reporter: Diabolique | Owner:
Type: defect (bug) | Status: new
Priority: highest | Milestone:
Component: API | Version: 2.3.2
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------
When you change group thumbnail size then there is wrong shape of crop
tool. I used following code in functions.php:
{{{
function group_thumbnail_size(){
define( 'BP_AVATAR_FULL_WIDTH', '200');
define( 'BP_AVATAR_FULL_HEIGHT', '100' );
}
add_action('bp_init', 'group_thumbnail_size', 2);
}}}
And this what I see - http://www.imagebam.com/image/656252420037105
It's a real shame there is no way to change such basic thing like a groups
thumbnail size.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6551>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list