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:
parent
62e2f458fb
commit
18ec9ff324
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user