Skip to content

Commit 861de67

Browse files
authored
Add files via upload
1 parent bb2080f commit 861de67

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.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)