youtube用のcss(レスポンシブル対応)
.ytube {
position: relative;
height: 0;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 56.25%;
overflow: hidden;
}
使い方
<div class="youtube">
youtubeの埋め込みタグ
</div>
レスポンシブル対応です
ブログ・お知らせ等
.ytube {
position: relative;
height: 0;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 56.25%;
overflow: hidden;
}
使い方
<div class="youtube">
youtubeの埋め込みタグ
</div>
レスポンシブル対応です