mirror of https://github.com/stashapp/stash.git
Improve display of wall items
Respect the aspect ratio and show all content
This commit is contained in:
parent
3f511e48e8
commit
ca2680a86d
|
@ -45,6 +45,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transition: transform .5s;
|
transition: transform .5s;
|
||||||
|
max-height: 253px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scene-wall-item-container video {
|
.scene-wall-item-container video {
|
||||||
|
@ -87,7 +88,7 @@
|
||||||
.wall.grid-item video, .wall.grid-item img {
|
.wall.grid-item video, .wall.grid-item img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall.grid-item {
|
.wall.grid-item {
|
||||||
|
|
Loading…
Reference in New Issue