From f77ff68807855dafe044a54b1e22fed891f6d380 Mon Sep 17 00:00:00 2001 From: Wolfr Date: Thu, 1 Jun 2017 21:36:06 +0200 Subject: [PATCH] If the blog post author left width tags in his/her HTML, still make sure the image shows its original aspect --- Evergreen/Resources/styleSheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Evergreen/Resources/styleSheet.css b/Evergreen/Resources/styleSheet.css index 0e07a7917..f4d40014c 100644 --- a/Evergreen/Resources/styleSheet.css +++ b/Evergreen/Resources/styleSheet.css @@ -48,6 +48,7 @@ pre { } img { max-width: 100%; + height: auto; } /*Block ads and junk*/