Not happy with 180x135, switching back to 180x180
This commit is contained in:
parent
6178aa0814
commit
24eaf0fd6b
@ -21,7 +21,7 @@ from celery.task import task
|
||||
from mediagoblin import mg_globals as mgg
|
||||
|
||||
|
||||
THUMB_SIZE = 180, 135
|
||||
THUMB_SIZE = 180, 180
|
||||
MEDIUM_SIZE = 640, 640
|
||||
|
||||
|
||||
|
@ -187,7 +187,7 @@ text-align:center;
|
||||
.media_thumbnail {
|
||||
padding:0px;
|
||||
width:180px;
|
||||
height:135px;
|
||||
height:180px;
|
||||
overflow:hidden;
|
||||
float:left;
|
||||
margin:0px 10px 10px 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user