I’m trying to embed a YouTube video in my page:
https://www.morfema.mx/generando-tu-estrategia/
First the addon for video that is added plays the video in Full Screen. Not only I don’t want that, but also is hard to close it. Usually a push at the escape botton would do the trick but not now and there is no option to change the closing X.
I tried adding the ebeded code in a text box as HTML and editing the style, adding this:
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
max-width: 100%;
}
And then I added this in the text box:
<div class="video-container"> Video Embed code </div>
I hope you can help me with this.
Sent you the admin info via e-mail.