fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

Embedding YouTube video in carousel #74

Open jkaye opened 11 years ago

jkaye commented 11 years ago

I wanted to embed a video into the LI element and have it rotate with a few static JPG images. It works perfectly, except it seems to have a few Z-Index issues in different browsers, where the video is always on top, no matter what order the slideshow is in (for instance, if I have the video in the first slide, and I'm viewing the third slide, the video will be in the correct position, but it will overlap the JPG that should be in front).

Any help??

RCNeil commented 11 years ago

I know this post is old, but this post really helped me - http://stackoverflow.com/questions/9074365/youtube-video-embedded-via-iframe-ignoring-z-index

You have to place "?wmode=transparent" at the end of the Youtube URL. See example at the post.