Archived topic
question about shadows in YouTube Embeds
5 replies · Started by Raj on September 18, 2021
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 there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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