kiskegyed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/* eslint-disable no-undef */
|
||||
function setLightBoxOptions() {
|
||||
if (lightbox) {
|
||||
lightbox.option({
|
||||
showImageNumberLabel: false,
|
||||
resizeDuration: 300,
|
||||
imageFadeDuration: 225,
|
||||
disableScrolling: true
|
||||
});
|
||||
clearInterval(lightBoxInterval);
|
||||
}
|
||||
}
|
||||
|
||||
let lightBoxInterval = setInterval(setLightBoxOptions, 100);
|
||||
Reference in New Issue
Block a user