I can't change size of group thumbnail since 2.1 version
-
Hi,
Since 2.1 version of BP I can’t change shape of crop tool. I pasted this code in functions.php (twentyfourteen theme)
function group_thumbnail_size(){ define( 'BP_AVATAR_FULL_WIDTH', '180'); define( 'BP_AVATAR_FULL_HEIGHT', '120' ); } add_action('bp_init', 'group_thumbnail_size', 2);
… and this is what I see http://i.share.pho.to/1c4f196e_o.png
It looks like a buf of Buddypress.
- The topic ‘I can't change size of group thumbnail since 2.1 version’ is closed to new replies.