ux/Lightbox.js
authorEdward <edward@roojs.com>
Mon, 16 Jun 2014 06:14:57 +0000 (14:14 +0800)
committerEdward <edward@roojs.com>
Mon, 16 Jun 2014 06:14:57 +0000 (14:14 +0800)
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..