mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
changing image size
This commit is contained in:
parent
6472d7c615
commit
e02ebdbb51
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
if (person.PrimaryImageTag) {
|
if (person.PrimaryImageTag) {
|
||||||
|
|
||||||
imgUrl = ApiClient.getPersonImageUrl(person.Name, {
|
imgUrl = ApiClient.getPersonImageUrl(person.Name, {
|
||||||
width: 130,
|
height: 280,
|
||||||
tag: person.PrimaryImageTag,
|
tag: person.PrimaryImageTag,
|
||||||
type: "primary"
|
type: "primary"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue