매개변수1 유튜브 영상 팝업 작업 - 자동 재생, 자동 정지 ◆ 유튜브 영상을 팝업으로 보여줄 때 1. 팝업이 열릴 때 자동 재생 2. 팝업이 닫힐 때 자동 정지 html PLAY CLOSE css .gray_mask{ display:none; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); } #popup{ display:none; position:absolute; } jQuery $(function(){ var embed = $('.youtube'); $('.video').empty(); /* click 'PLAY' button */ $('.pop_open').click( function() { // show popup background $('.gray.. 2020. 7. 14. 이전 1 다음