Viewing 1 replies (of 1 total)
  • jstuartj

    (@jstuartj)

    wmode is not being set by the plugin.

    You can fix this by editing line 80 and 99 of video-widget.php to:

    line 80: for youtube
    <iframe src=\"https://www.youtube.com/embed/%video%?wmode=transparent\" frameborder=\"0\" %fullscreen% style=\"margin-bottom: 10px;\"></iframe>

    line 99: for vimeo
    <iframe src=\"https://player.vimeo.com/video/%video%?wmode=transparent\" frameborder=\"0\" ></iframe>

    I only tested it with youtube, so be warned.

    James

Viewing 1 replies (of 1 total)
  • The topic ‘dropdown menus go behind youtube video, IE only’ is closed to new replies.