尝试添加wmode,它似乎有两个参数。
&wmode=Opaque&wmode=transparent<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/lzQgAR_J1PI?wmode=transparent" frameborder="0" wmode="Opaque">
或这个
//Fix z-index youtube video embedding$(document).ready(function (){ $('iframe').each(function(){ var url = $(this).attr("src"); $(this).attr("src",url+"?wmode=transparent"); });});
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)