Clickable Thumbnails on List Section Carousels
By default, Squarespace doesn't allow images within List Sections to be clickable. While making images clickable is straightforward for the Simple List layout, Carousel and Banner layouts are a bit more challenging. Specifically, these layouts struggle because browsers have difficulty distinguishing between a simple click and a click-and-drag gesture.
The JavaScript and CSS below resolves this by detecting user interactions. It differentiates clicks from drag actions, allowing Carousel images to become clickable links only when the user isn't dragging.
Add this to your Site Footer Code Injection area:
Add this to your Custom CSS area
(Optional) Hide buttons in List Section Carousel
Let us know in the comments, if this does or doesn’t work for you so we can keep tweaking on this.