반응형

wmode의 속성을 transparent 로 !



$('iframe').each(function(){

     var url = $(this).attr("src");

     $(this).attr("src",url+"?wmode=transparent");

});

반응형
호정찐