1
0
Fork 0
forked from 0x2620/oxjs

set width of timelines player timelines to the correct value after resize

This commit is contained in:
rlx 2012-04-19 13:03:16 +00:00
commit 018dc69939
2 changed files with 3 additions and 3 deletions

View file

@ -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()});
}
};