Modula Link is a shortcode allowing users to create links for their galleries. Normally this shortcode acts as a button to open a lightbox, but you can add a tag inside the shortcode to display an image, and then when you click on it, it will open the lightbox.
To do this, you must go to the page where you want to add the image that will open the lightbox, edit it > using Gutenberg select the shortcode block.
Inside the shortcode block, paste this shortcode:
[modula-link id="GALLERY_ID_HERE"]<img src="IMAGE_URL_HERE">[/modula-link]

Replace the value for the ID with your Modula gallery’s ID, and replace the src value with your image’s URL.
You can get the gallery’s ID by going to your dashboard > Modula > Galleries.

And you can get the image’s URL by going to your dashboard > Media Library > hover over the image you need > copy its URL.
