Skip to:
Content
Pages
Categories
Search
Top
Bottom

I can't change size of group thumbnail since 2.1 version


  • m1000
    Participant

    @m1000

    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.
Skip to toolbar