Free Plugin - Tidying up grid galleries in Squarespace
More in Plugins, Scripting and Styling
If your Squarespace page is overloaded with hundreds of gallery images this free plugin is a great way to limit the number of gallery images in grid layout while having them all appear in lightbox view.
Here's a video showing how to use the plugin
Here's the CSS plugin to add to your Custom CSS area
.sqs-gallery-design-grid .slide:nth-child(n+5) {
display: none;
}
And here's a link to the incredibly useful Squarespace Collection/Block Identifier Chrome extension.