diff --git a/source/Ox.UI/js/Video/LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js index cc0c8bd5..8de6e143 100644 --- a/source/Ox.UI/js/Video/LargeVideoTimeline.js +++ b/source/Ox.UI/js/Video/LargeVideoTimeline.js @@ -54,7 +54,7 @@ Ox.LargeVideoTimeline = function(options, self) { self.center = Math.floor(self.options.width / 2); self.fps = 25; self.height = 64; - self.tileWidth = 150; + self.tileWidth = 1500; self.tiles = self.options.duration * self.fps / self.tileWidth; self.$timeline = $('