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

fixes #1422 - Pictures distorted

This commit is contained in:
Luke Pulverenti 2016-01-27 00:46:01 -05:00
parent 4d1ec6abf1
commit 13cac8ed2f

View file

@ -289,7 +289,7 @@
}
.coveredCardImage {
background-size: 100% 100%;
background-size: cover;
background-position: center center;
}