Skip to content

Commit 2adb98f

Browse files
committed
disable uniqueness option in lightbox
This also causes the duplicates not to be opened in the lightbox at all.
1 parent e137b3b commit 2adb98f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jQuery(function () {
6767
captionHTML: true, // we allow HTML and double escape in the formatter
6868
alertError: false,
6969
fileExt: false,
70+
uniqueImages: false
7071
});
7172
});
7273

0 commit comments

Comments
 (0)