모바일에서 영상을 100%로 보게 하려면 어떻게 해야할까요?

모바일에서 영상을 100%로 보게 하려면 어떻게 해야할까요?

QA

모바일에서 영상을 100%로 보게 하려면 어떻게 해야할까요?

그누보드5(영카트) 버전

5.5.13

본문

비메오 영상을 아래와 같은 코드로 넣습니다.


<center><iframe src="https://player.vimeo.com/video/영상의고유번호?
title=0&byline=0&portrait=0&autoplay=1" style="width:600px; height:340px"allowfullscreen="true"
frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></center>

 

여기에서 영상의 사이즈를  600 340으로 정하다보니

모바일로 가면 영상이 너무 커서 화면에 다 안나오는 현상이 발생합니다.

모바일로 가면 영상이 자동으로 가로 100%로 되는 방법이 있을까요?

 

 

이 질문에 댓글 쓰기 :

답변 1


<div class="video-container">
  <iframe src="https://player.vimeo.com/video/비디오ID" frameborder="0" allowfullscreen></iframe>
</div>
<style>
.video-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
</style>
 
답변을 작성하시기 전에 로그인 해주세요.
전체 17,521
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT