Opened 14 years ago
Closed 14 years ago
#2662 closed defect (bug) (fixed)
Inconsistent avatar sizes in activity stream
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Activity | Keywords: | 2nd-opinion close |
Cc: |
Description
Per the attached screenshot of http://testbp.org/activity, I've annotated what I consider to be a defect with regards to inconsistent image sizes on this page. It's best to look at the "scaled to" sizes as the original images for some parts, such as members' avatars, can be all sorts of sizes.
Internally, BuddyPress has the following constants for avatar sizes: BP_AVATAR_THUMB_HEIGHT (50px), BP_AVATAR_FULL_WIDTH (150px).
I believe the default theme needs to be more consistent its image sizes.
Attachments (1)
Change History (10)
#2
@
14 years ago
Patch changes the identified 25px images to 20px, which better matches the line height (which is why I assume most of the images were 20px). It also changes the large activity avatar & "what's new" avatars from 60px to BP_AVATAR_THUMB_WIDTH/HEIGHT (50px), to match the size of the avatars on the Groups and Members directories. I'm using the constant to allow customisation of that to propagate more through the site.
#3
@
14 years ago
- Summary changed from inconsistent image sizes in activity stream to [patch] Inconsistent image sizes in activity stream
#5
@
14 years ago
- Milestone changed from 1.2.6 to 1.3
- Resolution fixed deleted
- Status changed from closed to reopened
Per http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ver-1-2-6-issue-in-cssgraphic-avatar-sizing-in-reply-to-activity-stream/#post-76423, the "reply to" avatar generated by the AJAX button was missed.
#6
@
14 years ago
These were left out intentionally as they broke single stream view. Can obviously revisit for 1.3 though.
#7
@
14 years ago
If patch wasn't included... then something else must be doing that to the avatar size in the reply...
#8
@
14 years ago
- Keywords 2nd-opinion close added
- Summary changed from [patch] Inconsistent image sizes in activity stream to Inconsistent avatar sizes in activity stream
Just checked out the activity form avatar locally (on BP 1.2.6) and on testbp.org.
Looks correct to me.
Isn't 50x50 the right size? I'm actually a fan of the larger avatar instead of the 20x20.
Image uploaded to http://byotos.com/?attachment_id=321 as I hit the file size restriction here.