Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can group avatar size be changed?

bp_group_avatar accepts the following args

$defaults = array(
‘type’ => ‘full’,
‘width’ => false,
‘height’ => false,
‘class’ => ‘avatar’,
‘id’ => false,
‘alt’ => __( ‘Group avatar’, ‘buddypress’ )
);

Skip to toolbar