Welcome to TalkGraphics.com
Results 1 to 7 of 7

Hybrid View

  1. #1

    Default Re: Navigation bar stretching over a placeholder with youtube video

    Use the newer iframe embed code from YouTube. The problem goes away.

    See attached
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2013
    Posts
    3

    Default Re: Navigation bar stretching over a placeholder with youtube video

    Thanks, I see it can be solved, but not just the way I wished. I actually had iframe code already but I found out it didn't work because of animation and transparency of the menus. It seems they both have to be turned off. I don't know why this happens.

  3. #3

    Default Re: Navigation bar stretching over a placeholder with youtube video

    OK..
    Add ?wmode=transparent to the video URL like this

    <iframe width="560" height="315" src="http://www.youtube.com/embed/6GAmliL8uv0?wmode=transparent" frameborder="0" allowfullscreen></iframe>

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,905

    Default Re: Navigation bar stretching over a placeholder with youtube video

    My thought was something like including a negative z-index:

    <iframe width="100%" height="100%" src="http://www.youtube.com/embed/Jh3kcIDG434" frameborder="0" allowfullscreen style="z-index:-1;"></iframe>

  5. #5
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,905

    Default Re: Navigation bar stretching over a placeholder with youtube video

    Sledger's "?wmode=transparent" solution definitely works for me.

    Acorn

  6. #6
    Join Date
    Jan 2013
    Posts
    3

    Default Re: Navigation bar stretching over a placeholder with youtube video

    Thanks!
    Now it works perfectly!

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •