UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
fluid-video.css
14 lines
(12 loc)
•
194 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.fluid-video
{
position
: relative;
padding-bottom
:
56.25%
;
/* 16:9 */
height
:
100%
; &
iframe
{
position
: absolute;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
; } }