nbamir Posted July 6, 2023 Share Posted July 6, 2023 (edited) Hi, I am trying to add rounded corners around the banner video in the #test1 section. Link: https://www.nbamir.com/tester I've tried a number of approaches but can't seem to make it work. Does anyone know how to do this? Edited July 8, 2023 by nbamir Made some changes to website. Link to comment
nbamir Posted July 6, 2023 Author Share Posted July 6, 2023 As a follow-up, I want to set the video to a particular height. How can I do this? Link to comment
tuanphan Posted July 9, 2023 Share Posted July 9, 2023 It looks like you solved with this CSS code? #hero-video .video-player .plyr__video-wrapper { margin: 0px !important; margin-top: 17px !important; border-radius: 50px !important; height: auto !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
nbamir Posted July 11, 2023 Author Share Posted July 11, 2023 Hi, the section you have mentioned has a video block. I want rounded corners around the #test1 section which uses a banner video instead. Link to comment
tuanphan Posted July 14, 2023 Share Posted July 14, 2023 On 7/11/2023 at 2:00 PM, nbamir said: Hi, the section you have mentioned has a video block. I want rounded corners around the #test1 section which uses a banner video instead. Try this CSS code .Parallax-item:first-child video, .Parallax-item:first-child iframe, .Parallax-item:first-child { border-radius: 50px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment