Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#7578 closed defect (bug) (fixed)

Avatar should use full-size instead of thumb

Reported by: r-a-y's profile r-a-y Owned by: r-a-y's profile r-a-y
Milestone: 2.9.1 Priority: normal
Severity: normal Version: 2.9.0
Component: Media Keywords: has-patch commit
Cc:

Description

Forgot to port over some logic to use the full-size avatar when the requested size is larger than the BP thumb width during the refactoring to use the 'get_avatar_data' filter.

This is a regression since #7424.

See:
https://buddypress.org/support/topic/buddypress-avatars-are-blurry-for-post-authors/

Attachments (1)

7578.01.patch (537 bytes) - added by r-a-y 7 years ago.

Download all attachments as: .zip

Change History (5)

@r-a-y
7 years ago

#1 @DJPaul
7 years ago

  • Component changed from Core to Media

#2 @DJPaul
7 years ago

  • Keywords commit added

Not tested but if this is a fix, let's get it in ASAP. Let's spend next week fixing things for 2.9.1, and release on the subsequent Monday.

#3 @r-a-y
7 years ago

  • Owner set to r-a-y
  • Resolution set to fixed
  • Status changed from new to closed

In 11669:

Avatars: If requested width is larger than our thumb width, set avatar size to 'full'.

After r11614, fixes a regression where avatars might appear blurry when
fetching a post author's avatar.

Props coach-afrane.

Fixes #7578 (2.9-branch).

#4 @r-a-y
7 years ago

In 11670:

Avatars: If requested width is larger than our thumb width, set avatar size to 'full'.

After r11614, fixes a regression where avatars might appear blurry when
fetching a post author's avatar.

Props coach-afrane.

Fixes #7578 (trunk).

Note: See TracTickets for help on using tickets.