nicki-patsios Posted October 18, 2023 Posted October 18, 2023 I want this slideshow to auto scroll through this slideshow (there is no animation option for some reason...). Not too fast and not too slow please, like a light carousel going through all the photos. Is there code I can add to do this @tuanphan? website: https://bullfrog-hen-bxrx.squarespace.com/ pw: wftccs
tuanphan Posted October 21, 2023 Posted October 21, 2023 Add to Website Tools (under Not Linked) > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ setInterval(function(){ $('.gallery-reel-control-btn[data-next]').click() },3000); }) </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment