HOME

[prisna-google-website-translator]

MY.BLOGTOP10.COM

이 블로그는 QHost365.com 을 이용합니다.
도메인/웹호스팅 등록은 QHost365.com

IFRAME 스크롤 없이 전체화면( full height)으로 표시하기

워드프레스

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>