1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix image size used on main item card

This commit is contained in:
MrTimscampi 2020-07-16 15:26:02 +02:00
parent 0989b5222c
commit c4a1677523

View file

@ -726,7 +726,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
disableIndicators: true,
disableHoverMenu: true,
overlayPlayButton: true,
width: dom.getWindowSize().innerWidth * 0.25
width: dom.getWindowSize().innerWidth * 0.5
});
elem.innerHTML = cardHtml;