vue vimeo 반응형 수정

해적왕·2023년 5월 7일
0
post-custom-banner

 <div class="video-wrap">
      <iframe
        src="https://player.vimeo.com/video/783454616?h=7fe7a1444e&title=0&byline=0&portrait=0"
        frameborder="0"
        allow="autoplay; fullscreen; picture-in-picture"
        allowfullscreen
      ></iframe>
   </div>

css

.video-wrap {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 56.25%;
}

.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

제목 없애기

profile
프론트엔드
post-custom-banner

0개의 댓글