Is there someone to specify a click target when using the programmatic method to load images? I am passing the image URL as the target parameter and specifying 'image' as the preferred handler.
let options = {"href": [linkURL], "handler": "image"};
let lightbox = lity([imageURL], options);
Is there someone to specify a click target when using the programmatic method to load images? I am passing the image URL as the target parameter and specifying 'image' as the preferred handler.
Thanks,