mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +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:
parent
37c133af48
commit
ed0ee41035
@ -5,4 +5,8 @@
|
||||
.folderProperties {
|
||||
float:right;
|
||||
margin:-5em 0 0;
|
||||
}
|
||||
.previewImage {
|
||||
max-height:640px;
|
||||
max-width:640px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user