summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-29 10:09:11 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-31 09:36:45 -0400
commita541f09380ab2adbe4d0ba7c80ff72015767bd81 (patch)
treebcf701536501e9deff006607cc8c861de7bc24ce /config
parentd0865b78b776714139f3a6e39527e00fb05b8ea6 (diff)
downloadchat-a541f09380ab2adbe4d0ba7c80ff72015767bd81.tar.gz
chat-a541f09380ab2adbe4d0ba7c80ff72015767bd81.tar.bz2
chat-a541f09380ab2adbe4d0ba7c80ff72015767bd81.zip
image thumbnails now scale appropriately so there is no whitespace, also generalized some thumbnail loading code
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index a1e73eb03..10a8b6553 100644
--- a/config/config.json
+++ b/config/config.json
@@ -49,8 +49,8 @@
"S3Region": ""
},
"ImageSettings": {
- "ThumbnailWidth": 200,
- "ThumbnailHeight": 0,
+ "ThumbnailWidth": 120,
+ "ThumbnailHeight": 100,
"PreviewWidth": 1024,
"PreviewHeight": 0,
"ProfileWidth": 128,