How to add circular border on mp4 video on squarespace
P粉781235689
P粉781235689 2023-08-31 16:24:14
0
1
587
<p>I tried to add border radius in square space video but it doesn't work. Does anyone know how to do this? </p> <p>I was trying to put a circular border on the video and tried the following code: </p> <pre class="brush:php;toolbar:false;">#block-df45bbc957de1bd8c905.video-block .video-player{ padding-bottom:120%; border-radius: 10px; };</pre></p>
P粉781235689
P粉781235689

reply all(1)
P粉254077747

To ensure that the border-radius property takes precedence over any incompatible CSS rules, you can try adding the !important keyword after it, like this:

#block-df45bbc957de1bd8c905.video-block .video-player{
  padding-bottom: 120%;
  border-radius: 10px !important;
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template