Browse
For agents
About
Code Embed
/
2.5.1
Code Embed
v2.5.1
Switch version
2.6.4
2.6.3
2.6.2
2.6.1
trunk
1.0
1.1
1.2
1.3
1.4.1
1.5.1
1.6.1
2.0.2
2.1.2
2.2.2
2.3.9
2.4
2.5.1
2.5.2
2.6
Overview
Code
simple-embed-code
/
css
/
video-container.css
video-container.css
in Code Embed 2.5.1, at css/video-container.css
17 lines
257 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
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
}
17