forked from 0x2620/pandora
embed panel: fix timeline for single frame embeds
This commit is contained in:
parent
182b924f04
commit
31fff58b33
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ pandora.ui.embedPanel = function() {
|
||||||
return '/' + ui.item + '/timeline' + type + '64p' + i + '.jpg';
|
return '/' + ui.item + '/timeline' + type + '64p' + i + '.jpg';
|
||||||
},
|
},
|
||||||
position: options.position,
|
position: options.position,
|
||||||
showInToOut: options.playInToOut,
|
showInToOut: options.playInToOut && options['in'] < options.out,
|
||||||
subtitles: ui.videoSubtitles ? video.subtitles : [],
|
subtitles: ui.videoSubtitles ? video.subtitles : [],
|
||||||
type: options.timeline,
|
type: options.timeline,
|
||||||
width: window.innerWidth - 16
|
width: window.innerWidth - 16
|
||||||
|
|
Loading…
Reference in a new issue