1
0
Fork 0
forked from 0x2620/oxjs

updating dialog and filter

This commit is contained in:
rlx 2011-09-19 12:29:06 +00:00
commit d50e37588b
3 changed files with 151 additions and 113 deletions

View file

@ -15,7 +15,11 @@ Ox.VideoPreview = function(options, self) {
width: 256
})
.options(options || {})
.addClass('OxVideoPreview');
.addClass('OxVideoPreview')
.css({
width: self.options.width + 'px',
height: self.options.height + 'px'
});
self.loaded = [];
self.queue = [];