if the uploaded file is an image mime type, display it
This commit is contained in:
@@ -32,6 +32,11 @@ body.navbar-spacing {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#image img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#deletelink {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user