From 988ec75d75982fbeb8befa138ad1506296a1140f Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 5 Sep 2019 13:21:14 -0500 Subject: [PATCH] Added Brian Warren's image stretching fix to the iOS app --- iOS/Resources/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 2a8be9316..9c1a7fcf1 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -122,7 +122,7 @@ pre { } img, figure, video, iframe { max-width: 100%; - height: auto; + height: auto !important; margin: 0 auto; }