fix scale button glitch
This commit is contained in:
parent
275dcbb356
commit
9379599aeb
1 changed files with 3 additions and 1 deletions
|
@ -426,7 +426,9 @@ Ox.VideoPlayer = function(options, self) {
|
|||
type: 'image'
|
||||
})
|
||||
.css({float: 'left'})
|
||||
.bindEvent('click', toggleScale)
|
||||
.bindEvent('click', function() {
|
||||
toggleScale();
|
||||
})
|
||||
.appendTo(self.$controls);
|
||||
|
||||
} else if (control == 'fullscreen') {
|
||||
|
|
Loading…
Reference in a new issue