Page MenuHomePhabricator

Allow for 100x100 images in profile and projects
Closed, ResolvedPublic

Description

It would be nice to add the ability call 100x100 image (and thus, need to store them). These would likely not see much use immediately, but could be nice down the road. Project Images are already committed at this size.

Event Timeline

chad raised the priority of this task from to Low.
chad updated the task description. (Show Details)
chad added projects: Projects, People, Design.
chad added subscribers: epriestley, chad.

The only general-ish piece of this is that we should be writing explicit dimensions to any image tags we output if we aren't already. Then the backend can generate whatever size images it wants and we can just let the client scale them up or down if we have old images in new slots or vice versa.