Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #489071

    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

    #489120

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.