forked from 0x2620/oxjs
updating dialog and filter
This commit is contained in:
parent
636f772820
commit
d50e37588b
3 changed files with 151 additions and 113 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue