1
0
Fork 0
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:
Luis Miguel Almánzar 2013-06-09 03:55:13 -04:00
parent 6472d7c615
commit e02ebdbb51

View file

@ -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"
}); });