Funnels Supply

Background Gradient for Videos

Add a dynamic background gradient behind your videos.

Customize

Padding

8

px

BG Radius

12

px

Reset

Code Preview

.background-gradient::before {

content: "";

position: absolute;

background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);

top: -8px;

bottom: -8px;

left: -8px;

right: -8px;

border-radius: 12px;

}

.c-video .video-radius {

border-radius: 12px;

overflow: hidden;

}

Component Copied

Copy Component