forked from 0x2620/oxjs
some further fixes
This commit is contained in:
parent
ba96bfb76c
commit
439b7cfad6
2 changed files with 4 additions and 2 deletions
|
|
@ -62,8 +62,9 @@ Ox.VideoPlayer <f> Generic Video Player
|
|||
timeline <s> Timeline image URL
|
||||
title <s|''> Video title
|
||||
type <s|'play'> 'play', 'in' or 'out'
|
||||
video <s|o|''> Video URL
|
||||
String or object ({resolution: url, resolution: url, ...})
|
||||
video <s|[s]|o|''> Video URL
|
||||
String or array of strings ([part1, part2, ...]) or object
|
||||
({resolution: url, ...} or {resolution: [part1, part2, ...], ...})
|
||||
volume <n|1> Volume (0-1)
|
||||
width <n|256> Width in px
|
||||
@*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue