From facd57b317091925c796fb2b7858e0af7b8a62c8 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 18:36:07 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 4ee683d573..d2bcbc73ff 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); -- 2.39.2