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

Remove image size hack

This commit is contained in:
MrTimscampi 2020-07-31 15:18:32 +02:00
parent f430518d45
commit ae520390c6
6 changed files with 13 additions and 13 deletions

View file

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