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:
parent
0989b5222c
commit
c4a1677523
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue