mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +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 {
|
.folderProperties {
|
||||||
float:right;
|
float:right;
|
||||||
margin:-5em 0 0;
|
margin:-5em 0 0;
|
||||||
|
}
|
||||||
|
.previewImage {
|
||||||
|
max-height:640px;
|
||||||
|
max-width:640px;
|
||||||
}
|
}
|
Reference in New Issue
Block a user