Setting a max width and height on the preview image in Orchard.Media's media manager

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-12-03 00:51:41 -08:00
parent 37c133af48
commit ed0ee41035

View File

@@ -6,3 +6,7 @@
float:right; float:right;
margin:-5em 0 0; margin:-5em 0 0;
} }
.previewImage {
max-height:640px;
max-width:640px;
}