codeforamerica / trailsyserver

API and admin UI server for Trailsy data
7 stars 15 forks source link

need style for preview image in "edit" and "show" #11

Closed katielewis closed 11 years ago

katielewis commented 11 years ago

can't seem to shrink the original image, which is only a problem is people upload super large photos.

Since the app doens't require super large photos, if we specify what size photos we want, this wont be an issue (also then we can help make sure that all of the photos are the right dimensions--and they look good in those dimensions)

danavery commented 11 years ago

We only really need to specify the proportions--the server will create versions at whatever sizes we choose. Right now it saves three versions: original, 300x300, and 100x100. We can display any of those in the show/edit forms; we don't have to show the original.