1
0
Fork 0
forked from 0x2620/oxjs

make video editor accept position option

This commit is contained in:
rlx 2011-08-16 13:29:16 +00:00
commit 6f64ad3512
2 changed files with 1 additions and 2 deletions

View file

@ -99,7 +99,6 @@ Ox.VideoPreview = function(options, self) {
if (key == 'frameHeight') {
self.$frame.css({height: value + 'px'});
} else if (key == 'frameWidth') {
Ox.print('PREVIEW WIDTH', value);
self.$frame.attr({src: self.options.getFrame()})
.css({width: value + 'px'});
self.$timeline.css({width: value + 'px'});