some further fixes
This commit is contained in:
parent
ba96bfb76c
commit
439b7cfad6
2 changed files with 4 additions and 2 deletions
|
|
@ -97,6 +97,7 @@ Ox.VideoElement = function(options, self) {
|
|||
});
|
||||
self.$video.hide();
|
||||
self.video.pause();
|
||||
Ox.print('s%%%%%%%%%%%%%%%%%%%', self.$videos, part)
|
||||
self.$video = self.$videos[part].css(css).show();
|
||||
self.video = self.$video[0];
|
||||
!self.paused && self.video.play();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue