ux/Lightbox.js
[roojs1] / ux / Lightbox.js
index 7164a33..a168d26 100644 (file)
@@ -221,7 +221,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
             return;
         }
         var rootURL = Roo.BLANK_IMAGE_URL.replace(/\/gray\/s\.gif$/, '');
-        Roo.log(rootURL);
+        
         Roo.ux.Lightbox.css = Roo.util.CSS.createStyleSheet( {
             '.roo-lightbox' : {
                 position: 'absolute',
@@ -447,7 +447,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
             this.lightboximage.dom.src = this.imageArray[this.activeImage].href || 
                 this.imageArray[this.activeImage].dom.href || this.imageArray[this.activeImage].dom.src;
             
-            this.resizeImageContainer(imgPreloader.getWidth(), imgPreloader.getHeight());
+            this.resizeImageContainer(this.imageArray[this.activeImage].dom.lwidth || imgPreloader.getWidth(), this.imageArray[this.activeImage].dom.lheight || imgPreloader.getHeight());
             imgPreloader.remove();
         }, this);
         imgPreloader.dom.src = this.imageArray[this.activeImage].href || 
@@ -494,7 +494,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
                     
             
         }
-        
+        ROo.log(imgWidth);
         this.lightboximage.set( { width : imgWidth, height : imgHeight });