I need to set a diferent image to open in a image lightbox, so that when the user clicks image nº1, it opens a lightbox with image nº2, instead of opening image nº1 bigger.
Can you help out?
Regards
Hey druzes!
You can do this with HTML. Drag a codeblock element to your page and add this inside.
<a href = "URL to your image N2">
<img src = "URL to your image N1" />
</a>
Regards,
Elliott