/* YouTube */
/*親*/
.youtube {
position: relative;
padding-bottom: 50%;
height: 150px;
overflow: hidden;
margin-bottom: 20px;
margin: 0 7px;
border-radius: 10px;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
YouTubeのiframeのサイズ調整CSS
- 更新日:
- 公開日:
- タグ