if the uploaded file is an image mime type, display it

This commit is contained in:
El RIDO 2015-09-18 21:41:50 +02:00
parent 50075ea948
commit 39e865ca64
6 changed files with 35 additions and 6 deletions

View file

@ -32,6 +32,11 @@ body.navbar-spacing {
cursor: default;
}
#image img {
max-width: 100%;
height: auto;
}
#deletelink {
float: right;
}