Skip to content

Commit 16c0796

Browse files
authored
Merge pull request #26 from dartiss/develop
Version 2.3
2 parents 555c6df + 608e906 commit 16c0796

12 files changed

+991
-882
lines changed

css/video-container UNCOMPRESSED.css

Lines changed: 0 additions & 16 deletions
This file was deleted.

css/video-container.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
.ce-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}.ce-video-container iframe,.ce-video-container object,.ce-video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}
1+
.ce-video-container {
2+
position: relative;
3+
padding-bottom: 56.25%;
4+
height: 0;
5+
overflow: hidden;
6+
}
7+
8+
.ce-video-container iframe,
9+
.ce-video-container object,
10+
.ce-video-container embed {
11+
position: absolute;
12+
top: 0;
13+
left: 0;
14+
width: 100%;
15+
height: 100%;
16+
}

css/video-container.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)