반응형 유튜브 재생 소스
페이지 정보
작성자 오원장쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 3,426회 작성일 17-05-17 19:25본문
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>Responsive YouTube</title>
<style>
.vidwrapper {margin:0 auto; padding:0px 10px; max-width:850px;}
.vidwrapper > div {position:relative; padding-bottom:56.25%;}
.vidwrapper iframe {position:absolute; top:0px; right:0px; bottom:0px; left:0px; margin:0px; padding:0px; width:100%; height:100%;}
</style>
</head>
<body>
<div class='vidwrapper'>
<div>
<iframe src='https://www.youtube.com/embed/Bj-7LxpF9dA?rel=0' allowfullscreen></iframe>
</div>
</div>
</body>
</html>
댓글목록
등록된 댓글이 없습니다.