• Resolved ddangerfield

    (@ddangerfield)


    I am using check box for choosing different design, but I would like the picture to be clickable (this , I’ve done it) but open in a lightbox so people get a bigger view of the option
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @ddangerfield

    You can enter html tags as the texts of the checkbox choices, for example: <a href="path to the large size image"><img src="path to the thumbnail"></a>

    And then, include as part of the form (into a “HTML Content” field) external javascript libraries like: Fluidbox, Magnific, Ligthbox or any other of free javascript libraries available on internet, with the corresponding code to integrate it with the tags you have used as the choices texts (the code will depend on the library selected).

    Best regards.

    Thread Starter ddangerfield

    (@ddangerfield)

    thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to open checkbox pics in a lightbox’ is closed to new replies.