1 | .responsiveVideo { |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
2 | position: relative; |
||
0 ignored issues
–
show
|
|||
3 | padding-bottom: 56.25%; |
||
4 | height: 0; |
||
5 | overflow: hidden; |
||
6 | box-shadow: rgb(3, 12, 51) 0px 20px 25px -5px, rgb(255, 18, 18) 0px 10px 10px -5px; |
||
0 ignored issues
–
show
|
|||
7 | } |
||
8 | |||
9 | .responsiveVideo iframe { |
||
0 ignored issues
–
show
|
|||
10 | position: absolute; |
||
0 ignored issues
–
show
|
|||
11 | top: 0; |
||
12 | left: 0; |
||
13 | width: 100%; |
||
14 | height: 100%; |
||
15 | } |
||
16 |