Jump to content

Squarespace 7 - Autoplaying Slideshow

Recommended Posts

Posted (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 by trixiemay
  • Replies 1
  • Views 475
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

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!)

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.