diff --git a/source/Ox.UI/js/Video/LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js index 866f61c6..140572da 100644 --- a/source/Ox.UI/js/Video/LargeVideoTimeline.js +++ b/source/Ox.UI/js/Video/LargeVideoTimeline.js @@ -81,7 +81,6 @@ Ox.LargeVideoTimeline = function(options, self) { .css({ left: self.options.out * self.fps + 'px', width: (self.options.duration - self.options.out) * self.fps + 'px', - height: self.height + 'px', }) .appendTo(self.$timeline); }