Youtubeでもz-indexが効くようにする「?wmode=transparent」パラメーターをjQueryで自動挿入する

Ads
jQuery

Youtubez-indexLightbox
 position:fixed;
 z-index?wmode=transparent
 
 
 js
 

YoutubeLightboxjs

jQuery100使jQuery
 

z-index


Result


 z-indexYoutube?wmode=transparent使
2Youtube使
<iframe width="420" height="345" src="http://www.youtube.com/embed/tT8jA_pps3o?wmode=transparent" frameborder="0" allowfullscreen></iframe>

?wmode=transparent

$('iframe').each(function(){
      $(this).attr('src',$(this).attr('src')+'?wmode=transparent');
})

iframeYoutubez-index使Youtube


Result


 22Youtubez-index


タイトルとURLをコピーしました