1
0
Fork 0
forked from 0x2620/oxjs

pass fullscreen option down to and up from video player

This commit is contained in:
rlx 2011-11-02 20:51:54 +00:00
commit bfac98643d
3 changed files with 14 additions and 1 deletions

View file

@ -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();