Remove lightbox image number
This commit is contained in:
@@ -694,6 +694,9 @@
|
|||||||
//ADDED-END
|
//ADDED-END
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//ADDED-START
|
||||||
|
/*
|
||||||
|
//ADDED-END
|
||||||
if (this.album.length > 1 && this.options.showImageNumberLabel) {
|
if (this.album.length > 1 && this.options.showImageNumberLabel) {
|
||||||
var labelText = this.imageCountLabel(this.currentImageIndex + 1, this.album.length);
|
var labelText = this.imageCountLabel(this.currentImageIndex + 1, this.album.length);
|
||||||
//ADDED-START
|
//ADDED-START
|
||||||
@@ -703,6 +706,9 @@
|
|||||||
} else {
|
} else {
|
||||||
this.$lightbox.find('.lb-number').hide();
|
this.$lightbox.find('.lb-number').hide();
|
||||||
}
|
}
|
||||||
|
//ADDED-START
|
||||||
|
*/
|
||||||
|
//ADDED-END
|
||||||
|
|
||||||
this.$outerContainer.removeClass('animating');
|
this.$outerContainer.removeClass('animating');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user