resolution is data.checked
This commit is contained in:
parent
8550cc8442
commit
109e34725c
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
width: 256
|
||||
}).open();
|
||||
} else if (id == 'resolution') {
|
||||
self.options.resolution = parseInt(data.value);
|
||||
self.options.resolution = parseInt(data.checked[0].id);
|
||||
self.$player[0].options({resolution: self.options.resolution});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue