Remove lightbox image number

This commit is contained in:
2022-04-12 19:18:18 +02:00
parent 405b71544e
commit bc237845b9

View File

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