• I have a website that I am working on at the following link: Website

    When I embed my video you see that it shifts it way to the right and doesn’t stay within the constraints of my theme. Code used to do this is shown below:

    <div style="float: right;"><iframe style="width: 400px; height: 225px;" src="http://www.youtube.com/embed/IwTsKA8NEWY?rel=0" allowfullscreen="" frameborder="0"></iframe></div><p>One of the first universal tips

    If I float it to the left it lays overtop the text and if I try this:

    <iframe style="width: 400px; height: 225px; float: right;" src="http://www.youtube.com/embed/IwTsKA8NEWY?rel=0" allowfullscreen="" frameborder="0"></iframe><p>One of the first universal tips

    It blocks a bunch of white space on the right and at the bottom of the video. Can anyone clear this up?

    https://ww.wp.xz.cn/plugins/youtube/

The topic ‘Embedded Video Not staying put’ is closed to new replies.