17 lines
236 B
Plaintext
17 lines
236 B
Plaintext
// iframe
|
|
// min-height 200px
|
|
|
|
.video-container
|
|
position relative
|
|
width 100%
|
|
height 0
|
|
padding-bottom 56.25%
|
|
border-radius ui-element-border-radius
|
|
overflow hidden
|
|
|
|
.video
|
|
position absolute
|
|
width 100%
|
|
height 100%
|
|
left 0
|
|
top 0 |