Rounded Grid Gallery Images

shrink_mobile_header.png

Description

Add rounded corners to the images in a grid gallery section. This plugin uses css editor and works with Squarespace 7.1.


How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Grid Gallery - Simple Layout //

.gallery-grid-item img {
  border-radius: 50px;
}

// Grid Gallery - Strips Layout //

.gallery-strips-item img {
  border-radius: 50px;
}

// Grid Gallery - Masonry Layout //

.gallery-masonry-item img {
  border-radius: 50px;
}

Customize

Adjust the border radius values to your liking.

There are three separate codes that target each grid gallery type: Simple, Strips, and Masonry. Check your gallery section settings to see which gallery type you are using.


Previous
Previous

Full Width Image Card (7.1 Version)

Next
Next

Style The Gallery Captions