trixiemay Posted July 10, 2023 Posted July 10, 2023 (edited) How do I create an autoplaying slideshow? I am using Squarespace 7 with the Mohave template. I have linked a page with a gallery to the Summary block and set the the items per row to 1 but I cant see any controls to make the slideshow autoplay. Ideas please? Edited July 10, 2023 by trixiemay
tuanphan Posted July 10, 2023 Posted July 10, 2023 Try adding to Settings > Developer Tools > Code Injection > Footer to make summary autoscroll <script> window.onload = function() { var nextArrow = document.querySelector(".summary-carousel-pager-next"); function clickNext() { nextArrow.click(); } setInterval(clickNext, 5000); }; </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