limit images by width

This commit is contained in:
j 2012-02-14 18:52:57 +05:30
parent a976b674f4
commit 5173bf62fe

View file

@ -801,6 +801,10 @@ OxEditableElement
padding: 0 0 0 1px; padding: 0 0 0 1px;
border: 0; border: 0;
} }
.OxValue img {
max-width: 100%;
height: auto;
}
/* /*
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------