forked from 0x2620/pandora
show play icon in embedded player
This commit is contained in:
parent
525e0a4304
commit
36376c4714
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ pandora.ui.embedPlayer = function() {
|
||||||
) +'.jpg'),
|
) +'.jpg'),
|
||||||
resolution: ui.videoResolution,
|
resolution: ui.videoResolution,
|
||||||
scaleToFill: ui.videoScale == 'fill',
|
scaleToFill: ui.videoScale == 'fill',
|
||||||
|
showIconOnLoad: true,
|
||||||
subtitles: video.subtitles,
|
subtitles: video.subtitles,
|
||||||
timeline: options.playInToOut ? function(size, i) {
|
timeline: options.playInToOut ? function(size, i) {
|
||||||
return pandora.getMediaURL('/' + options.item
|
return pandora.getMediaURL('/' + options.item
|
||||||
|
|
Loading…
Reference in a new issue