mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Setting a max width and height on the preview image in Orchard.Media's media manager
--HG-- branch : dev
This commit is contained in:
@@ -5,4 +5,8 @@
|
||||
.folderProperties {
|
||||
float:right;
|
||||
margin:-5em 0 0;
|
||||
}
|
||||
.previewImage {
|
||||
max-height:640px;
|
||||
max-width:640px;
|
||||
}
|
Reference in New Issue
Block a user