Okay
  Public Ticket #689013
Add pause button to full screen overlay slider
Closed

Comments

  • Chris started the conversation

    I'm using the full screen slider on my home page as the gallery. I would like to add a pause button for visitors if that is possible. 

    Consider an update to this site so it says you have to add the htpp:// when adding your url. Or make it that you do not have to. 

  •  1,973
    Support replied

    Hello Chris,

    What you can do is adding a button, give it an id and the handling on click event.

    http://api.jquery.com/on/

    $( "#mybutton" ).on( "click", function() {
    
      // stop the slider here
    
    });
    
    

    then inside using jQuery('#fullscreen-slider') as selector call the method that stops the slider.

    http://www.aaronvanderzwan.com/maximage/

    although I couldn't find any method in their API for stopping (at first glance)

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy