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

update video player

This commit is contained in:
Luke Pulverenti 2015-05-13 16:55:08 -04:00
parent c14b074ab9
commit 547493024a
2 changed files with 10 additions and 9 deletions

View file

@ -290,8 +290,8 @@
var state = self.getPlayerStateInternal(self.currentMediaElement, item, self.currentMediaSource);
var url = "";
var imageWidth = 250;
var imageHeight = 400;
var imageWidth = 400;
var imageHeight = 250;
if (state.NowPlayingItem.PrimaryImageTag) {