From 5173bf62fe4cb08ad2396ad9aa9a955565be97a4 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 14 Feb 2012 18:52:57 +0530 Subject: [PATCH] limit images by width --- source/Ox.UI/css/Ox.UI.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 18ac8d32..51d0d0f7 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -801,6 +801,10 @@ OxEditableElement padding: 0 0 0 1px; border: 0; } +.OxValue img { + max-width: 100%; + height: auto; +} /* --------------------------------------------------------------------------------