From 092f27ca195715d6694e596adc25df30defbe495 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 15 Feb 2013 11:21:17 +0530 Subject: [PATCH] fix timeline tile offset --- source/Ox.UI/js/Video/SmallVideoTimelineImage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/SmallVideoTimelineImage.js b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js index 6dcd6309..af3a235d 100644 --- a/source/Ox.UI/js/Video/SmallVideoTimelineImage.js +++ b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js @@ -183,7 +183,7 @@ Ox.SmallVideoTimelineImage = function(options, self) { firstTile = Math.floor(self.options['in'] / 60); lastTile = Math.floor(self.options.out / 60); tileHeight = 64; - tileOffset = -Math.round(self.options['in'] % 60); + tileOffset = -Math.round(self.options['in'] % 60 * 25); tileWidth = 1500; } $canvas = $('').attr({