forked from 0x2620/oxjs
fix video panel player resize bug
This commit is contained in:
parent
a9554bf477
commit
d0d1b94228
3 changed files with 3 additions and 1 deletions
|
|
@ -1647,6 +1647,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
});
|
||||
setSize(self.$spaceBottom, getCSS('spaceBottom'), animate);
|
||||
setSize(self.$find, getCSS('find'), animate, function() {
|
||||
Ox.print('FIND......', Math.min(128, self.width - 80))
|
||||
self.$findInput.options({
|
||||
width: Math.min(128, self.width - 80)
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue