IFRAME 에서 스크롤 없이 자동으로 전체화면( full height)으로 표시하는 방법
<body data-rsssl=1 data-rsssl=1 style=”overflow-x:hidden; overflow-y:hidden;”>
<div class=”video-container”>
<iframe src=”https://URL” frameborder=0 framespacing=0 marginheight=0 marginwidth=0 scrolling=yes vspace=0 allowTransparency=”true”
style=”display:block; width:100vw; height: 100vh”;></iframe>
</div>