From bc70ec1263baa5d90cb8db4a574b271b4c06fdcc Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 4 May 2016 11:59:52 +0200 Subject: [PATCH] Don't warp attachment page thumbnails --- theme/base/css/display.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 03cb4644ee..e87e87fbf8 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -851,6 +851,8 @@ clear:both; } #attachment_view img, #attachment_view .attachment_player { +height: auto; +width: auto; max-width:480px; max-height:480px; }