1
0
Fork 0
forked from 0x2620/oxjs

add OxFullscreen class to video player

This commit is contained in:
rlx 2011-11-02 20:58:44 +00:00
commit fea1eed168
2 changed files with 2 additions and 1 deletions

View file

@ -243,7 +243,6 @@ 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();