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

    (@simonpedge)

    Ok, I’ve just created a test page to try get what you are looking for. Is this what you want:
    https://edgewebpages.com/video-slider-test/

    If so, then you will need the following CSS:

    #slider_video_test .owl-item .sa_hover_buttons {
    	top:0px !important;
    	left:0px !important;
    	margin:0px !important;
    	width:100% !important;
    	height:100% !important;
    }
    #slider_video_test .owl-item .sa_hover_buttons > div {
    	width:100% !important;
    	height:100% !important;
    	background:transparent !important;
    }

    NOTE: Replace “#slider_video_test” with the CSS ID of your slider.

    Also I noticed that the slider is not initialising properly on that page link you supplied. Try ticking the box “Use window onload event” (under “Other Settings”)

Viewing 1 replies (of 1 total)
  • The topic ‘Entire slide link to popup’ is closed to new replies.