forked from 0x2620/pandora
add position control to embed player
This commit is contained in:
parent
4defbaccd1
commit
b044146b8d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Ox.load('UI', {
|
|||
controlsTop: (Ox.Fullscreen.available ? ['fullscreen'] : []).concat(
|
||||
['space', 'open']
|
||||
),
|
||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'settings'],
|
||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'settings'],
|
||||
duration: data.duration,
|
||||
enableFind: false,
|
||||
enableFullscreen: Ox.Fullscreen.available,
|
||||
|
|
Loading…
Reference in a new issue