1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #199 - Folder Pictures not resizing properly in this build

This commit is contained in:
Luke Pulverenti 2013-04-26 08:44:50 -04:00
parent c715a56cdf
commit 16ec2612e2

View file

@ -18,9 +18,9 @@
}
.posterItemImage {
background-size: 100% auto;
background-size: contain;
background-repeat: no-repeat;
background-position: center bottom;
background-position: left bottom;
}
.defaultPosterItemImage {