From: Edward Date: Thu, 13 Mar 2014 10:35:49 +0000 (+0800) Subject: ux/Lightbox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=53db108ab217828bc6908cbf4cc2ac84e63ba433 ux/Lightbox.js --- diff --git a/ux/Lightbox.js b/ux/Lightbox.js index d2bcbc73ff..4ee683d573 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -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);