(Squarespace) Round Corners of Gallery Images (Gallery Block + Gallery Section)

To round corners of Gallery Images (Gallery Block + Gallery Section), like this.

#1. Gallery Block

You can use this code to Custom CSS

div.gallery-block {
.image-slide-anchor, img {
border-radius: 30px;
}}

#2. Gallery Section

You can use this code to Custom CSS

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

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: