mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce sizes of cast images
This commit is contained in:
parent
c102cd8a13
commit
5437824c3f
3 changed files with 5 additions and 5 deletions
|
@ -1597,7 +1597,7 @@
|
|||
if (cast.PrimaryImageTag) {
|
||||
|
||||
imgUrl = ApiClient.getPersonImageUrl(cast.Name, {
|
||||
width: 185,
|
||||
width: 130,
|
||||
tag: cast.PrimaryImageTag,
|
||||
type: "primary"
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue