New thumbnail size is apparently 180x135.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 3 Jul 2011 22:37:41 +0000 (17:37 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 3 Jul 2011 22:37:41 +0000 (17:37 -0500)
We don't know if that's permanent but if it isn't it seems "Mostly Harmless"

mediagoblin/process_media/__init__.py

index 0d1abcb3b3420fe9a7448da1932ffb6a26d480b7..a65c3ddca8a6b7c4f6d9d4bf058dd9256a33c1b1 100644 (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