forked from 0x2620/oxjs
merge
This commit is contained in:
commit
e1d8e2aeea
3 changed files with 21 additions and 12 deletions
|
|
@ -471,6 +471,9 @@ Ox.VideoEditor = function(options, self) {
|
|||
setPosition(self.options.posterFrame);
|
||||
} else if (id == 'setPosterFrame') {
|
||||
self.options.posterFrame = self.options.position;
|
||||
self.$player.forEach(function($player) {
|
||||
$player.options('posterFrame', self.options.posterFrame);
|
||||
});
|
||||
that.triggerEvent('posterframe', {
|
||||
position: self.options.posterFrame
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue