From 606ad48ab719e2160c457b0002eafa77d87b3c8c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 9 Feb 2021 16:30:33 +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 20c1de6ebd..df51b2a753 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -445,7 +445,7 @@ Roo.apply(Roo.ux.Lightbox.prototype, imgPreloader.on('load', function() { - this.lightboximage.dom.src = this.imageArray[this.activeImage].href || + this.lightboximage.dom.src = this.imageArray[this.activeImage].srcfull || 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(), -- 2.39.2