forked from 0x2620/oxjs
pass fullscreen option down to and up from video player
This commit is contained in:
parent
0840d0b436
commit
bfac98643d
3 changed files with 14 additions and 1 deletions
|
|
@ -243,6 +243,7 @@ Ox.VideoElement = function(options, self) {
|
|||
self.video.pause();
|
||||
self.video.currentTime = 0;
|
||||
}
|
||||
Ox.print('?????', self.items[self.currentItem].$videos)
|
||||
self.$video = self.items[self.currentItem].$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