New thumbnail size is apparently 180x135.

We don't know if that's permanent but if it isn't it seems "Mostly Harmless"
This commit is contained in:
Christopher Allan Webber 2011-07-03 17:37:41 -05:00
parent 62e2f458fb
commit 18ec9ff324

View File

@ -21,7 +21,7 @@ from celery.task import task
from mediagoblin import mg_globals as mgg
THUMB_SIZE = 200, 200
THUMB_SIZE = 180, 135
MEDIUM_SIZE = 640, 640