forked from 0x2620/oxjs
set width of timelines player timelines to the correct value after resize
This commit is contained in:
parent
ae33784cc1
commit
018dc69939
2 changed files with 3 additions and 3 deletions
|
|
@ -266,7 +266,7 @@ Ox.VideoTimelinePanel = function(options, self) {
|
|||
} else if (key == 'showAnnotations') {
|
||||
that.$element.toggle(1);
|
||||
} else if (key == 'width') {
|
||||
self.$player.options({width: value});
|
||||
self.$player.options({width: getPlayerWidth()});
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue