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
|
|
@ -107,6 +107,7 @@ Ox.SmallVideoTimelineImage = function(options, self) {
|
|||
height: height
|
||||
})[0],
|
||||
context = canvas.getContext('2d'),
|
||||
Ox.print('WIDTH/HEIGHT', width, height)
|
||||
imageData = context.createImageData(width, height),
|
||||
data = imageData.data;
|
||||
if (image == 'results') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue