Skip to:
Content

BuddyPress.org

Changeset 11812


Ignore:
Timestamp:
01/18/2018 02:22:23 PM (7 years ago)
Author:
hnla
Message:

Nouveau: Update group members avatar function call to 'full' from 'thumb'

In primary loops all avatars should be fetching 'full' version not 'thumb' to avoid pixalation / expanding of image. Loops display robust large items/boxes, avatars need to be largest width for quality rendering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php

    r11686 r11812  
    2525                    <div class="item-avatar">
    2626                        <a href="<?php bp_group_member_domain(); ?>">
    27                             <?php bp_group_member_avatar_thumb(); ?>
     27                            <?php bp_group_member_avatar(); ?>
    2828                        </a>
    2929                    </div>
Note: See TracChangeset for help on using the changeset viewer.