mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
reduce sizes of cast images
This commit is contained in:
parent
c102cd8a13
commit
5437824c3f
@ -159,11 +159,11 @@
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
width: 192px;
|
||||
width: 187px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem .posterItemImage {
|
||||
height: 108px;
|
||||
height: 105px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
.smallPosterTileItem .tileImage {
|
||||
height: 125px;
|
||||
height: 95px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
@ -132,7 +132,7 @@
|
||||
|
||||
|
||||
.smallPosterTileItem {
|
||||
width: 270px;
|
||||
width: 210px;
|
||||
display: inline-block;
|
||||
margin: 3px;
|
||||
}
|
||||
|
@ -1597,7 +1597,7 @@
|
||||
if (cast.PrimaryImageTag) {
|
||||
|
||||
imgUrl = ApiClient.getPersonImageUrl(cast.Name, {
|
||||
width: 185,
|
||||
width: 130,
|
||||
tag: cast.PrimaryImageTag,
|
||||
type: "primary"
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user