diff options
author | luxagraf <sng@luxagraf.net> | 2011-04-05 10:38:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-04-05 10:38:52 -0400 |
commit | 8e2e31965126bee7992d26428d42c1631d29786f (patch) | |
tree | 2ed3fc9b9898e9c381fe5c03cd04996b62d06c11 /apps/photos | |
parent | 79101240da1e0331c00e7b616a7a32b55d81e5cc (diff) |
fixed image sprties, updated photo gallery codeand changed contact/about pages
Diffstat (limited to 'apps/photos')
-rw-r--r-- | apps/photos/retriever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/photos/retriever.py b/apps/photos/retriever.py index 8d7b07c..2a98d09 100644 --- a/apps/photos/retriever.py +++ b/apps/photos/retriever.py @@ -166,7 +166,7 @@ def slideshow_image(photo): img.save(filename) else: #image portrait - new_height = 600 + new_height = 800 #check to make sure we aren't upsizing if cur_height > new_height: ratio = float(new_height)/cur_height |