Web 유튜브 영상 비율유지 삽입 태그
페이지 정보
작성자 Admin쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 713회 작성일 24-05-27 00:22본문
/*유튜브 영상 iframe 삽입용 추가 수정 */
.video-container {
aspect-ratio: 16 / 9;
/* 비디오 비율에 맞춰 설정 */
}
.video-container iframe {
width: 100%;
height: 100%;
}
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=VcKeCyLeT2kfhlua&list=PLrKyHI4-EAZsavIleEPu53R4yMZVPL7vv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
</div>
<p>Yeongwol - Ginkgo<br></p>
댓글목록
등록된 댓글이 없습니다.