mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1422 - photo scaling
This commit is contained in:
parent
eb0eb7bf89
commit
f688d34285
2 changed files with 8 additions and 1 deletions
|
@ -293,10 +293,14 @@
|
|||
}
|
||||
|
||||
.coveredCardImage {
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.coveredCardImage.noScale {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.centeredCardImage {
|
||||
background-position: center center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue