ux/Lightbox.js
[roojs1] / ux / Lightbox.js
index 572c9db..5fd0a65 100644 (file)
@@ -488,7 +488,8 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         
         var widthNew  =  imgWidth  + bs;
         var heightNew =  imgHeight + bs;
-        
+        Roo.log(widthNew);
+        Roo.log(heightNew);
         if (widthNew > ww || heightNew > wh) {
             // bigger than window.
             // scale here... - bit nasty..