Comments Chris started the conversationMarch 1, 2016 at 12:56pmI'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,973Support repliedMarch 1, 2016 at 8:01pmHello 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)thanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
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.
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/
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