Archived topic
embeding a youtube in a SECTION
4 replies · Started by KENNETH on March 18, 2019
Please help, embeding a youtube doesn't seems to be responsive.
i did this the youtube works, but.. my footer float up.
Please assist
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/oxmfaoLUYFU?controls=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
.container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Hi there,
any chance you can take the coming soon page down so i can take a look?
okay.. took down.. ..
anyway to make the youtube full width in mobile view?
Hi there,
you need to use a responsive wrapper, use this Site to create the HTML and CSS you need: