17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
const video-padding = 56.25%
|
|
|
|
.video-container
|
|
position relative
|
|
width 100%
|
|
min-height 100px
|
|
padding-bottom video-padding
|
|
border-radius ui-element-border-radius
|
|
overflow hidden
|
|
|
|
.video
|
|
position absolute
|
|
width 100%
|
|
height 100%
|
|
left 0
|
|
top 0
|
|
background-color black |