From 7a8d23958be5d449bce0a9c392b0c62b552830be Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 4 Sep 2019 17:41:58 -0500 Subject: [PATCH] Restrict iframe width to be at most 100% --- Mac/MainWindow/Detail/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index e1e6f7f44..6cbf20640 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -122,7 +122,7 @@ code, pre { pre { white-space: pre-wrap; } -img, figure, video { +img, figure, video, iframe { max-width: 100%; height: auto; margin: 0 auto;