Merge pull request #1710 from MrTimscampi/remove-image-hack
Remove image size hack
This commit is contained in:
commit
66f04066ee
6 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue