YouTube埋め込みのレスポンシブ

勉強させてもらったサイト

埋め込みタグの方はいじらなくていい

<div class="youtube_wrapper">
<div class="youtube">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/cKf4cqx3MXQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
.youtube_wrapper {
max-width:●px;
margin:0 auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です