Improve display of wall items

Respect the aspect ratio and show all content
This commit is contained in:
Stash Dev 2019-11-30 13:37:15 -08:00
parent 3f511e48e8
commit ca2680a86d
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
width: 100%;
height: 100%;
transition: transform .5s;
max-height: 253px;
}
.scene-wall-item-container video {
@ -87,7 +88,7 @@
.wall.grid-item video, .wall.grid-item img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain;
}
.wall.grid-item {