From c0e7ff5ea1132d6b4e5706a8b8041864094bfe3e Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 8 Sep 2015 11:51:36 +0930 Subject: [PATCH] Give iframes in posts a max width --- less/forum/Post.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forum/Post.less b/less/forum/Post.less index 31201f8bd..2a1d6d2fa 100644 --- a/less/forum/Post.less +++ b/less/forum/Post.less @@ -138,7 +138,7 @@ font-size: 100%; font-weight: bold; } - img { + img, iframe { max-width: 100%; } }