• Resolved eshalabs

    (@eshalabs)


    Hello all,

    I love this plugin, but I really need a border radius of 15px for every video, any idea how to do this? I have tried custom CSS, but it doesn’t seem to work.

    Any help would be greatly appreciated!

    • This topic was modified 2 years, 3 months ago by eshalabs.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @eshalabs,

    Thank you for reaching out to us for assistance. You can quickly get the class for any items in the feed using the Inspect Element functionality of most browsers. In this case, assuming you mean just the video thumbnail the following would work adding it to the WordPress Customizer ‘Additional CSS‘ location:

    .sby_video_thumbnail_wrap, .sby_video_thumbnail {
      border-radius: 15px;
    }

    Best regards,

    Thread Starter eshalabs

    (@eshalabs)

    Hello @joelsmashballoon,

    Thank you, this works, but if you hover over the video, the borders are back to square unfortunately. Is there a class that keeps the radius? Thank you!

    The webpage: https://www.eshalabs.com/ph-crash-in-your-aquarium/

    • This reply was modified 2 years, 3 months ago by eshalabs.
    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @eshalabs,

    I assume some additional changes have been made as currently there is no issue with any square border on hover at the moment: https://a.supportally.com/h4XlMB. It may have been a temporary caching issue if you did not make any changes. If you want me to look at this again however I am happy to help.

    There is also the possibility of this being in a specific browser, so if you do still see an issue please let me know which browser you are using.

    Best regards.

    Thread Starter eshalabs

    (@eshalabs)

    You are absolutely right @joelsmashballoon, thank you. Great plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add border radius to videos’ is closed to new replies.