From 31301cd5f97d619f61a82e11b631701a223d716d Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 14 Jan 2013 15:42:34 +0100 Subject: [PATCH] Fix for reposonsive images (#27155077) by @ophian. --- templates/2k11/admin/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 90369b4d..e5432c9d 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -214,14 +214,16 @@ img { vertical-align: middle; } /* Responsive media objects http://unstoppablerobotninja.com/entry/fluid-images */ -/*embed, +embed, object, audio, video, img { max-width: 100%; } video, -img { height: auto; }*/ +img { height: auto; } + +.htmlarea .toolbar img { max-width: inherit; } fieldset { border: 0;