<script type="text/javascript"> $(window).resize(function(){resizeYoutube();}); $(function(){resizeYoutube();}); function resizeYoutube(){ $("iframe").each(function(){ if( /^https?:\/\/www.youtube.com\/embed\//g.test($(this).attr("src")) ){ $(this).css("width","100%"); $(this).css("height",Math.ceil( parseInt($(this).css("width")) * 480 / 854 ) + "px");} }); } </script> <a href="https://cglab.re.kr/" target="_blank"><span class="_button _large _active"><input type="submit" value="연구실 홈페이지 바로가기"></span></a> <br><br><br> <iframe width="560" height="315" src="https://www.youtube.com/embed/y4nhi-0FYt4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <br><br><br>