From 70fc0069910442efc7922b1421daf15cecb26c74 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 22 Mar 2014 15:51:46 -0700 Subject: [PATCH] add img max width to embedded iframe comments --- app/assets/stylesheets/embed.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index ff1b6e0adb7..2a6f5c7124c 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -67,6 +67,9 @@ article.post { margin-left: 100px; word-wrap: break-word; + img { + max-width:100%; + } p { margin: 0 0 1em 0; }