Home Forums WoodMart support forum VIDEO BORDER-RADIUS

VIDEO BORDER-RADIUS

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #453155

    ewzxyh
    Participant

    the video for some reason has a border-radius, I can’t get it out, can you help me?

    Attachments:
    You must be logged in to view attached files.
    #453196

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #453202

    ewzxyh
    Participant

    ok, thank you

    #453227

    Hello,

    I have checked the block and I cannot find this border-radius in the settings, I do not see it on the view: https://gyazo.com/62092c0910be72c45e29bb66c5701be4

    Please clarify

    Best Regards

    #453232

    ewzxyh
    Participant

    the problem is in the mobile version, it is possible to see using the inspection tool. And when the video starts, and the thumbnail image comes out, it becomes even more evident.

    Attachments:
    You must be logged in to view attached files.
    #453242

    Hello,

    Please remove this code: https://gyazo.com/9bb7063512518f9e42ede8c9f132c39b

    You can find the code in Theme Settings > Custom CSS.

    Best Regards

    #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’);

    #453537

    Hello,

    You need to remove this code, if you want to get rid of the border-radius.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)