fix bugs in video editor
This commit is contained in:
parent
e719b6d219
commit
e2529916b3
3 changed files with 24 additions and 22 deletions
|
|
@ -2265,7 +2265,9 @@ Ox.VideoPlayer = function(options, self) {
|
|||
}
|
||||
|
||||
self.setOption = function(key, value) {
|
||||
if (key == 'fullscreen') {
|
||||
if (key == 'find') {
|
||||
setSubtitleText();
|
||||
} else if (key == 'fullscreen') {
|
||||
toggleFullscreen();
|
||||
} else if (key == 'height' || key == 'width') {
|
||||
setSizes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue