Home › Forums › WoodMart support forum › VIDEO BORDER-RADIUS › Reply To: VIDEO BORDER-RADIUS
March 22, 2023 at 6:51 am
#453248
ewzxyh
Participant
actually I found out that it is being caused by the following css code:
:root {
–wd-brd-radius: 0px;
}
however when deactivating it using the javascript code:
var element = document.querySelector(‘.video-home’);
element.style.setProperty(‘–wd-brd-radius’, ‘0px’);