Browse
For agents
About
Themify Builder
/
7.8.0
Themify Builder
v7.8.0
Switch version
7.8.1
7.8.0
7.7.9
7.7.8
7.7.7
7.7.6
7.7.5
7.7.4
7.7.3
7.7.2
trunk
7.6.0
7.6.1
7.6.2
7.6.3
7.6.4
7.6.5
7.6.6
7.6.7
7.6.8
7.6.9
7.7.0
7.7.1
Overview
Code
themify-builder
/
css
/
modules
/
fullwidth-video.css
fullwidth-video.css
in Themify Builder 7.8.0, at css/modules/fullwidth-video.css
1 lines
355 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
tb_fullwidth_video
{
color
:
#
000
;
contain
:
size
style
;
margin
:
0
;
padding
:
0
;
pointer-events
:
none
;
user-select
:
none
;
z-index
:
0
}
.
tb_fullwidth_video
video
{
left
:
0
;
position
:
absolute
}
.
tf_lazy
.
tb_fullwidth_video
{
opacity
:
1
}
.
tb_fullwidth_video
iframe
{
transition
:
opacity
.3
s
ease-in-out
}
.
tb_fullwidth_video
video
{
object-fit
:
cover
}
.
tf_lazy
.
tb_fullwidth_video
iframe
{
opacity
:
0
}