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:
@@ -6,3 +6,7 @@
|
||||
float:right;
|
||||
margin:-5em 0 0;
|
||||
}
|
||||
.previewImage {
|
||||
max-height:640px;
|
||||
max-width:640px;
|
||||
}
|
Reference in New Issue
Block a user