This commit is contained in:
rlx 2012-06-15 13:29:06 +00:00
parent 856ea3b1d3
commit 94355eb792

View file

@ -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 = $('<div>')