17 lines
273 B
Plaintext
Raw Normal View History

const video-padding = 56.25%
2017-10-12 17:52:46 +02:00
.video-container
2017-11-04 08:45:39 +01:00
position relative
width 100%
2017-11-07 09:57:52 +01:00
min-height 100px
2017-11-04 17:11:47 +01:00
padding-bottom video-padding
2017-11-04 08:45:39 +01:00
border-radius ui-element-border-radius
overflow hidden
.video
2017-11-04 08:45:39 +01:00
position absolute
width 100%
2017-11-04 08:45:39 +01:00
height 100%
left 0
2018-04-14 16:18:46 +02:00
top 0
background-color black