From 542c563c55dac88213479fd1cb8a683cad981cd0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Apr 2013 15:43:13 +0400 Subject: use height : auto in ttrssZoom --- tt-rss.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tt-rss.css b/tt-rss.css index b0f2efe6d..6067ca7d6 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1002,6 +1002,7 @@ body#ttrssZoom div.footer { body#ttrssZoom div.postContent img { max-width : 650px; + height : auto; } select.attachments { -- cgit v1.2.3