Remove lightbox image number
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user