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

@ -5,4 +5,8 @@
.folderProperties {
float:right;
margin:-5em 0 0;
}
.previewImage {
max-height:640px;
max-width:640px;
}