diff --git a/source/UI/js/Video/VideoEditPanel.js b/source/UI/js/Video/VideoEditPanel.js index 0a30ae06..10ae9d50 100644 --- a/source/UI/js/Video/VideoEditPanel.js +++ b/source/UI/js/Video/VideoEditPanel.js @@ -63,6 +63,10 @@ Ox.VideoEditPanel = function(options, self) { sort: Ox.clone(self.options.sort) }); }, + clipSize: function() { + self.$mainPanel.resizeElement(1, self.options.clipSize); + resizeClips({size: self.options.clipSize}); + }, duration: function() { self.$timeline && self.$timeline.replaceWith( self.$timeline = getTimeline()