[Support request] embeding a youtube in a SECTION

Home Forums Support [Support request] embeding a youtube in a SECTION

Home Forums Support embeding a youtube in a SECTION

  • This topic has 4 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #842866
    KENNETH

    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&#8243; 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%;
    }

    #843142
    David
    Staff
    Customer Support

    Hi there,

    any chance you can take the coming soon page down so i can take a look?

    #845138
    KENNETH

    okay.. took down.. ..

    #845140
    KENNETH

    anyway to make the youtube full width in mobile view?

    #845355
    David
    Staff
    Customer Support

    Hi there,

    you need to use a responsive wrapper, use this Site to create the HTML and CSS you need:

    http://embedresponsively.com

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.