Opened 15 years ago
Closed 14 years ago
#2022 closed defect (bug) (fixed)
Default Blog Post Image in Activity Stream forced to 100px Height
Reported by: | geoffm33 | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | dev-feedback |
Cc: |
Description
When I publish a blog post the image in the activity stream (when applicable) has it's height forced to 100px and scaled based on that. This works fine only when the actual image is 100px in height or taller. For images less than 100px in height the image is blown up.
Attachments (1)
Change History (5)
#1
@
14 years ago
- Component set to Core
- Keywords dev-feedback added; image height img height activity stream removed
- Resolution set to fixed
- Status changed from new to closed
It's not incorrectly scaled up. This is likely done for layout purposes. You are, however, allowed to change this behavior using the 'bp_activity_thumbnail_content_images' filter located in the the bp_activity_thumbnail_content_images() function of bp-activity.php. Close as invalid/wontfix?
Example of image being scaled up incorrectly