Actions
Bug #4811
closedPortrait canvas photos lose aspect ratio
Description
The CSS scales the image based off width. So landscape photos work best. If you upload a portrait style photo (height greater than width) then you lose aspect ratio and it gets smashed.
Updated by krileon about 10 years ago
This could be fixed by setting the height/width to max height and max width to 200px. Instead of scaling either of those let them auto scale to their aspect ratio.
Next move the online status icon below the avatar on the menu bar in the empty space and let the online/offline text display again.
Updated by krileon about 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !639 with better auto scaling
Actions