diff --git a/source/js/main.js b/source/js/main.js
index 2903163..d036dca 100644
--- a/source/js/main.js
+++ b/source/js/main.js
@@ -7,9 +7,11 @@
$(this).after('' + this.alt + '');
}
- $(this).wrap('');
+ // 对于已经包含在链接内的图片不适用lightGallery
+ if ($(this).parent().prop("tagName") !== 'A') {
+ $(this).wrap('');
+ }
});
-
});
if (lightGallery) {
var options = {