X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=ux%2FLightbox.js;h=1091755dfb5fcba916cee82a076bcdeb14737d7a;hb=0b69a11b1055a6d3a3fd0719bdd58b5a235de0e4;hp=475ce0b598b897ee62a69d2106bf5b4810a9faf6;hpb=85be4a799150baaf15441fcf37f9dcbe8b64a00d;p=roojs1 diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 475ce0b598..1091755dfb 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -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(this.imageArray[this.activeImage].dom.lWidth || imgPreloader.getWidth(), this.imageArray[this.activeImage].dom.lHeight || 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 || @@ -476,6 +476,7 @@ Roo.apply(Roo.ux.Lightbox.prototype, ww -= 150; wh -= 150; + // get new width and height var bs = this.borderSize * 2;