hugo-theme-wondermod/assets/css/extended/youtube.css

16 lines
261 B
CSS
Raw Normal View History

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