squarespell

Hands-on tested tested Aug 2026 How verification works Squarespell installed this on a real supported platform and recorded the outcome.

Squarespace Auto-Scrolling Summary Carousel

Turn your Squarespace Summary Block into a seamless infinite scrolling carousel. Copy paste CSS + JS. Works for products, blogs & testimonials.

  • Infinite loop no gaps, no jumps: Cards scroll continuously like a clock. The last card connects seamlessly back to the first, forever.
  • Works with products, blog posts, testimonials & portfolios: Built on Squarespace's native Summary Block no app installs, no monthly fees.
  • Hover to pause: Visitors hover over a card and the carousel freezes. Mouse away and it resumes exactly where it stopped.
  • Fully customizable in seconds. Change accent color, speed, card width, gap, and scroll direction by editing one CSS variable.
  • Beginner friendly under 10 minutes to install. Copy CSS into Custom CSS. Copy JS into Footer Code Injection. Done.
  • Includes a full installation guide with screenshots, a built-in Section ID Finder tool, and copy buttons on every code block.
  • Squarespace 7.1 only. Pure CSS + vanilla JavaScript no jQuery, no external libraries, no performance hit.

Features

Everything you need. Nothing you don’t.

Pure, purposeful, battle-tested on live Squarespace 7.1 sites.

  • Instant Summary Block Scrolling

    Vertical scrolling by the visitor drives horizontal movement through your summary cards. No extra plugins, no page rebuilds and no layout changes required.

  • Mobile Layout, Your Choice

    The carousel runs on phones and tablets with a narrower card width. A ready-made media query is included for when you would rather small screens fall back to a plain stacked list instead.

  • Copy-Paste Install

    The CSS goes into Custom CSS and the JavaScript into Footer Code Injection. No npm, no build tools, no FTP and no developer invoice.

  • Light By Design

    Vanilla CSS and JavaScript with no external libraries, so there is nothing extra for the browser to download and the animation runs on the GPU.

  • Edit Mode Stays Completely Normal

    The effect only fires on your published site. Inside Squarespace’s editor you can drag, rearrange, and design sections without any disruption.

  • One-Time Fee, Updates Included

    Pay once and the plugin is yours. When a Squarespace change affects it we ship a fix, and you get it at no extra cost for as long as we sell the plugin.

White Glove Support

We don’t disappear after you pay

Every Squarespell customer gets real human support before, during, and after install.

  • Free Installation Help

    Not sure which Section IDs to target? Send us a message after purchase. We’ll walk you through it step by step or install it on your site for you, free of charge.

  • Step by Step Documentation

    A detailed written guide plus a video walkthrough showing exactly where to go in Squarespace. Everything arrives in your purchase confirmation email immediately.

  • Real Human Email Support

    Every support message goes to a real person who knows Squarespace inside-out. We respond within 48 hours typically much faster.

  • Updates Included

    When a Squarespace change affects the plugin we ship a fix, and your one-time purchase covers it at no extra cost for as long as we sell the plugin.

Evidence

Customer reviews & feedback

No Squarespell customer reviews yet.

Squarespell reviews

Nobody has reviewed this here yet. Be the first, we only publish reviews left on Squarespell in this section.

FAQ

Common questions answered

Does Squarespace have an infinite scrolling carousel?

Still have a question? Email us →

Does Squarespace have an infinite scrolling carousel?

Squarespace 7.1 does not include a native infinite scrolling carousel for summary content like products or blog posts. The default Summary Block only displays content in a static grid. To create an infinite auto-scrolling carousel in Squarespace, you need to add custom CSS and JavaScript either written yourself or using a pre-built plugin like the Squarespell Infinite Summary Carousel.

How do I create an infinite carousel in Squarespace?

To create an infinite carousel in Squarespace: (1) Add a Summary Block and set it to Grid layout. (2) Find your section's unique ID using the "Find Squarespace Ids" Chrome extension. (3) Add CSS that converts the grid to a flex row and defines a translateX(-50%) scroll animation. (4) Add JavaScript in Footer Code Injection that clones all cards to double the list length, fixes lazy-loaded images, and triggers the animation after cloning is complete.

For the full walkthrough with screenshots, read our complete guide: How to Add an Infinite Summary Carousel for Squarespace

What is the best Squarespace carousel plugin?

For Summary Block content (products, blog posts, testimonials), the Squarespell Infinite Summary Carousel is a highly effective solution. It uses native Squarespace blocks no app installs and includes CSS and JavaScript that create a seamless, GPU-accelerated infinite loop with hover-to-pause, image lazy-load fixing, and independent scoping for multiple carousels on the same page.

How do you make a Squarespace Summary Block scroll automatically?

To make a Squarespace Summary Block scroll automatically: set it to Grid layout, add CSS that applies display:flex and a CSS animation moving the row left by 50% indefinitely, then add JavaScript that clones all summary items to double the list so when the animation completes 50% of its travel, it arrives back at the original starting position, creating a seamless loop.

Can you have multiple carousels on one Squarespace page?

Yes. Multiple carousels can run on the same Squarespace page without conflicting if each carousel's CSS is scoped to its section's unique data-section-id attribute. The Squarespell plugin includes separate CSS blocks for each section, and the JavaScript targets all Summary Block lists on the page automatically.

Why are images not showing in my Squarespace carousel clones?

Images appear blank in cloned carousel cards because Squarespace uses lazy loading the real image URL is stored in a data-src attribute and only written to src when the element scrolls into view. The fix is to read the data-src value and write it to src before cloning. This must be done in JavaScript before the cloneNode() call.

Does the Squarespace carousel work on mobile?

Yes. The infinite scroll carousel works on mobile devices. The CSS animation uses will-change: transform for GPU acceleration, and card width can be reduced with a media query for smaller screens. The plugin documentation includes a ready-to-use mobile responsive CSS snippet.

How do I change the speed of a Squarespace carousel?

To change the scroll speed of a Squarespace infinite carousel, find the CSS animation property and change the duration value. For example: animation: shopScroll 40s linear infinite change 40s to a lower number for faster scrolling or a higher number for slower scrolling. 20s is fast, 80s is slow.

Also from Squarespell

More plugins to power your Squarespace site

Browse more plugins