Site logo

[Resolved] YouTube Embeds – How to add border-radius ?

Home Forums Support [Resolved] YouTube Embeds – How to add border-radius ?

Home Forums Support YouTube Embeds – How to add border-radius ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2480558
    Paul

    Hi There,

    Happy New Year Team!

    I’m trying to add border-radius to a YouTube embed – I’m using the following CSS but can’t get it to work (I added a red border just for testing)? Do you know if it’s possible to do?

    /* YouTube embed */
    .wp-block-embed.is-type-video .wp-block-embed__wrapper {
        border: 4px solid #f00;
        border-radius: 40px;
    }

    Cheers

    #2480638
    David
    Staff
    Customer Support

    Hi there,

    try hiding the overflow:

    
    .wp-block-embed.is-type-video .wp-block-embed__wrapper {
        border: 4px solid #f00;
        border-radius: 40px;
        overflow: hidden;
    }
    #2480860
    Paul

    THANKS David 🙂

    #2480869
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.