I am loading a five-column gallery in a modal - it's all good other than the lightbox functionality when the images are clicked - the link brings the browser to the image itself rather than opening a lightbox to browse the gallery.
I have tried to add a lightbox initialisation in the modal html, but without success:
<script>
function() {
SEMICOLON.initialize.lightbox();
});
</script>
Can you advise?
Edit: Live URL: http://jewelnet.ltd/eq/ -> second image (rings) opens the modal in question.
