Merge pull request #1710 from MrTimscampi/remove-image-hack

Remove image size hack
This commit is contained in:
dkanada 2020-07-31 22:33:48 +09:00 committed by GitHub
commit 66f04066ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 13 deletions

View file

@ -759,7 +759,7 @@ import 'emby-select';
disableIndicators: true,
disableHoverMenu: true,
overlayPlayButton: true,
width: dom.getWindowSize().innerWidth * 0.5
width: dom.getWindowSize().innerWidth * 0.25
});
elem.innerHTML = cardHtml;