loop preview
This commit is contained in:
parent
76dcc25c7e
commit
5a5c8af5ae
1 changed files with 1 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ pandora.ui.previewPlayer = function() {
|
|||
height: size.height,
|
||||
muted: ui.videoMuted,
|
||||
paused: false,
|
||||
loop: false,
|
||||
loop: true,
|
||||
playInToOut: false,
|
||||
position: options.position,
|
||||
resolution: ui.videoResolution,
|
||||
|
|
@ -151,7 +151,6 @@ pandora.ui.previewPlayer = function() {
|
|||
pandora.openURL(url);
|
||||
},
|
||||
position: function(data) {
|
||||
console.log('position', data)
|
||||
pandora.UI.set(
|
||||
'videoPoints.' + item.id + '.position',
|
||||
data.position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue