From ae06544dd5fd12759351621683ddfc65f63af398 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 4 Sep 2019 17:32:10 -0500 Subject: [PATCH] Add iframe to the list of max width elements to prevent youtube videos and others from being too large --- 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 aa3042fcb..2a8be9316 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -120,7 +120,7 @@ code, pre { pre { white-space: pre-wrap; } -img, figure, video { +img, figure, video, iframe { max-width: 100%; height: auto; margin: 0 auto;