亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

How to add circular border on mp4 video on squarespace
P粉781235689
P粉781235689 2023-08-31 16:24:14
0
1
734
<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