Remove lightbox image number

This commit is contained in:
2022-04-12 19:18:18 +02:00
parent 5ee75e2724
commit 7cf64b7f3d

View File

@@ -694,6 +694,9 @@
//ADDED-END
}
//ADDED-START
/*
//ADDED-END
if (this.album.length > 1 && this.options.showImageNumberLabel) {
var labelText = this.imageCountLabel(this.currentImageIndex + 1, this.album.length);
//ADDED-START
@@ -703,6 +706,9 @@
} else {
this.$lightbox.find('.lb-number').hide();
}
//ADDED-START
*/
//ADDED-END
this.$outerContainer.removeClass('animating');