add subtitles offset, fixes #2732
This commit is contained in:
parent
589959886b
commit
ae55130f47
8 changed files with 9 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ pandora.ui.embedPlayer = function() {
|
|||
scaleToFill: ui.videoScale == 'fill',
|
||||
showIconOnLoad: true,
|
||||
subtitles: video.subtitles,
|
||||
subtitlesOffset: ui.videoSubtitlesOffset,
|
||||
timeline: options.playInToOut ? function(size, i) {
|
||||
return pandora.getMediaURL('/' + options.item
|
||||
+ '/timelineantialias'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue