diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js index c111cb67..2af4e666 100644 --- a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js @@ -717,6 +717,8 @@ Ox.VideoTimelinePlayer = function(options, self) { self.setOption = function(key, value) { if (key == 'height') { setHeight(); + } else if (key == 'position') { + setPosition(); } else if (key == 'width') { setWidth(); }