ux/Lightbox.js
authorEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:35:49 +0000 (18:35 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:35:49 +0000 (18:35 +0800)
ux/Lightbox.js

index d2bcbc7..4ee683d 100644 (file)
@@ -460,7 +460,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
     //  resizeImageContainer()
     //
     resizeImageContainer: function(imgWidth, imgHeight) {
-
+        Roo.log(imgWidth);
         // make sure we have some sensible sizes..
         imgWidth = Math.max(50, imgWidth);
         imgHeight = Math.max(50, imgHeight);