Hello.
Whenever I embed a YouTube video in a blog post using the Wordpress block editor (not Cornerstone), it does not show on the frontend.
I solved the not-showing-up part by adding:
.is-type-video iframe {
position: relative !important;
min-height: 50%;
}
in Theme Options CSS, and now the video does show up.
The problem is that the video window is shrunk, squished, rendering the video to display in a very small viewing portion of the screen. I’ve tried doing some stuff with the CSS but I can’t get it to display normally.
Here’s the post (you’ll find the video at the bottom of the post):
CLICK
Thanks for your help.