Removing existing photos wip.

This commit is contained in:
Naida Vatric
2020-03-23 12:26:08 +01:00
parent 60f74c2cde
commit 477424caa1
3 changed files with 76 additions and 6 deletions

View File

@@ -202,3 +202,9 @@ h3 {
.dz-progress {
display: none;
}
.dz-preview .dz-image img {
width: 100%;
height: 100%;
object-fit: cover;
}