From c35ed1594670b635de9adab48293aeadd0bfe2b3 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Thu, 19 Mar 2015 22:31:48 +0100 Subject: [PATCH] Increased preview size in uploads --- public_html/css/post-upload.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/css/post-upload.css b/public_html/css/post-upload.css index 491dbb4f..7343744e 100644 --- a/public_html/css/post-upload.css +++ b/public_html/css/post-upload.css @@ -125,7 +125,7 @@ } #post-upload-step2 .form-slider .thumbnail img { max-width: 100%; - max-height: 300px; + max-height: 450px; margin: 0 auto 1em auto; } @@ -148,8 +148,8 @@ margin-left: 10px; } #lightbox img { - max-width: 400px; - max-height: 400px; + max-width: 800px; + max-height: 800px; background: white; border: 0.5em solid white; box-shadow: 0 0 0 1px #eee;