hugo-WonderMod/assets/css/extended/youtube.css

16 lines
261 B
CSS
Raw Normal View History

2022-07-23 19:39:42 -04:00
.youtube-embed-div {
position: relative;
padding-bottom: 56.25%;
2022-07-27 20:44:46 -04:00
margin-bottom: 20px;
2022-07-23 19:39:42 -04:00
height: 0;
overflow: hidden;
}
.youtube-embed-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
2022-07-27 20:44:46 -04:00
}