mirror of
https://github.com/danbee/jekyll-video-tag
synced 2025-03-04 08:59:11 +00:00
9 lines
160 B
CSS
9 lines
160 B
CSS
.video-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0; }
|
|
.video-container iframe {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%; }
|