mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 18:38:25 -07:00
Fix image size used on main item card
This commit is contained in:
parent
0989b5222c
commit
c4a1677523
@ -726,7 +726,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
|
|||||||
disableIndicators: true,
|
disableIndicators: true,
|
||||||
disableHoverMenu: true,
|
disableHoverMenu: true,
|
||||||
overlayPlayButton: true,
|
overlayPlayButton: true,
|
||||||
width: dom.getWindowSize().innerWidth * 0.25
|
width: dom.getWindowSize().innerWidth * 0.5
|
||||||
});
|
});
|
||||||
|
|
||||||
elem.innerHTML = cardHtml;
|
elem.innerHTML = cardHtml;
|
||||||
|
Loading…
Reference in New Issue
Block a user