diff --git a/source/Ox.UI/js/Video/SmallVideoTimelineImage.js b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js index 18835819..32818100 100644 --- a/source/Ox.UI/js/Video/SmallVideoTimelineImage.js +++ b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js @@ -196,7 +196,7 @@ Ox.SmallVideoTimelineImage = function(options, self) { self.options.out / self.options.duration * width ) + 1, spans = self.options.invertHighlight - ? [{left: 0, right: left}, {left: right, right: width + 1}] + ? [{left: 0, right: left}, {left: right, right: width}] : [{left: left, right: right}], top = 0, bottom = height,