Squarespace Hardcover Flipbook (Free Code)
This version uses a Squarespace Auto Layout section configured as a Simple List, with images, titles, and descriptions managed directly through the section content.
1. Copy Section ID
Add this as the Section ID for your Auto Layout section:
2. Copy CSS
Add the following CSS to:
Website → Website Tools → Custom CSS
3. Copy JavaScript
Add the following code to:
Website → Website Tools → Code Injection → Footer
How To Edit The Flipbook
Content (Images, Names & Descriptions)
The flipbook pulls content directly from an Auto Layout Section configured as a Simple List.
To update:
Open the page editor.
Select the Auto Layout section.
Edit, add, or remove list items.
Update the image, title, and description for each item.
These changes will automatically update the flipbook.
Heading Text
The large heading text ("Meet the Team") and supporting text are controlled inside the JavaScript.
Look for:
<div class="hc-kicker">Our People</div>
<h2 class="hc-heading">
Meet<br>the team
</h2>
<div class="hc-note">
Scroll to open the book.
</div>
Replace the text with your own wording.
Styling
Enjoy, and feel free to customize it for your own Squarespace projects.