From: Mikael Nordfeldth Date: Wed, 4 May 2016 09:59:52 +0000 (+0200) Subject: Don't warp attachment page thumbnails X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc70ec1263baa5d90cb8db4a574b271b4c06fdcc;p=quix0rs-gnu-social.git Don't warp attachment page thumbnails --- 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; }