1
0
mirror of https://github.com/danbee/jekyll-video-tag synced 2025-03-04 08:59:11 +00:00
jekyll-video-tag/video.css
2014-09-25 10:33:17 +01:00

9 lines
160 B
CSS

.video-container {
position: relative;
width: 100%;
height: 0; }
.video-container iframe {
position: absolute;
width: 100%;
height: 100%; }