first stage finished: ready to publish to production; does not support users and...
[living-lab-site.git] / js / jquery.ui.nsvideo.js
index ec30d87..e556fda 100644 (file)
@@ -385,7 +385,7 @@ $.widget( "ui.nsvideo", {
                if (widget.$video.width() < 640)
                {
                        widget.element.css('width',
-                                                       427 + 8 + 'px');//TODO 640 + 8
+                                                       640 + 8 + 'px');
                        widget.$video.css('left', 
                                Math.round(widget.$videoContainer.width()/2 
                                - widget.$video.width()/2)