• Hi!

    Trying to target the small magnifying glass icon to activate the popup can be difficult!

    How can I make the entire slide clickable for popups?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Hmmmm, you could try the following for your slide content:

    <a href="URL" class="slide_link">
    SLIDE CONTENT HERE
    </a>

    And then use the following CSS:

    .slide_link {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:300px;
    }

    (replace “height:300px;” with whatever height you want)

Viewing 1 replies (of 1 total)
  • The topic ‘Make entire slide clickable for popup’ is closed to new replies.