Site logo

Archived topic

question about shadows in YouTube Embeds

5 replies · Started by Raj on September 18, 2021

Viewing posts 1–6 of 6

Hello GP. Using the latest version of GP premium 2.0.3

i would like to know if it's possible to add a shadow under an embedded youtube video.

as an example: https://codepen.io/bauhausweb/pen/zgrjQZ

i'm adding the videos to my WP posts via iframe or direct URL paste.

ty

Hi Leo, I'm posting in the box below. ty

Hi Raj,

You can try adding this CSS:

figure.wp-block-embed-youtube {
    box-shadow: 5px 10px 10px rgb(0 0 0 / 50%);
}

This assumes you're always going to use the Gutenberg Editor's default block for embedding videos (figure.wp-block-embed-youtube).

Very cool Elvin, thanks for the late-night response. It is working. I'll link below for you to see.
🙏

Nice one. Glad it works for you. No problem. :D

This archived topic is closed to new replies.