• Resolved ejondaniels

    (@ejondaniels)


    I want to use a picture as a link, and when they click on it, the modal window to pop up. Any tips?

Viewing 1 replies (of 1 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    You can use link (#wow-modal-id-X) or id (wow-modal-id-X) for open a modal window, where X is the id of the modal window
    Example:
    <img src="..." id="wow-modal-id-1">
    <a href="#wow-modal-id-1"><img src="..."></a>

Viewing 1 replies (of 1 total)

The topic ‘Modal for Image’ is closed to new replies.