Hi Laura,
Thank you for reaching out to us. In your slides, wrap your images with <a></a>
tags with a class my-lightbox
. For example:
<a class="my-lightbox" href="http://placehold.it/1200x600/3498db/2980b9"><img src="http://placehold.it/1200x600/3498db/2980b9" alt="Placeholder"></a>
It is important to note that the URL in the href
attribute of the <a></a>
tags should be the same as the image URL to show it in the lightbox:
Repeat this step for all the slides. Then add a Raw Content element and paste the following shortcode:
[lightbox selector=".my-lightbox"]
If this doesn’t work then you need to disable the Random option in the Classic Slider element

Hope that helps