(Squarespace) Round Corners of Section Background Video

To round corners of Section Background Video, like this.

image

You can use this code to Custom CSS
If code doesn’t work, you can comment below, message or send me an email.

section.page-section .section-border {
    video, video img, iframe {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: