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,
|
height: size.height,
|
||||||
muted: ui.videoMuted,
|
muted: ui.videoMuted,
|
||||||
paused: false,
|
paused: false,
|
||||||
loop: false,
|
loop: true,
|
||||||
playInToOut: false,
|
playInToOut: false,
|
||||||
position: options.position,
|
position: options.position,
|
||||||
resolution: ui.videoResolution,
|
resolution: ui.videoResolution,
|
||||||
|
|
@ -151,7 +151,6 @@ pandora.ui.previewPlayer = function() {
|
||||||
pandora.openURL(url);
|
pandora.openURL(url);
|
||||||
},
|
},
|
||||||
position: function(data) {
|
position: function(data) {
|
||||||
console.log('position', data)
|
|
||||||
pandora.UI.set(
|
pandora.UI.set(
|
||||||
'videoPoints.' + item.id + '.position',
|
'videoPoints.' + item.id + '.position',
|
||||||
data.position
|
data.position
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue