diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPlayer.js index 1e4d0a27..e695a84d 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPlayer.js @@ -650,7 +650,9 @@ Ox.VideoPlayer = function(options, self) { + self.options.showMilliseconds * 6; self.$position = Ox.Element({ - tooltip: 'Position' + tooltip: self.options.type == 'play' ? 'Position' + : self.options.type == 'in' ? 'In Point' + : 'Out Point' }) .addClass('OxPosition') .css({