17 lines
236 B
Plaintext
Raw Normal View History

2017-11-04 08:45:39 +01:00
// iframe
// min-height 200px
2017-10-12 17:52:46 +02:00
.video-container
2017-11-04 08:45:39 +01:00
position relative
width 100%
2017-11-04 08:45:39 +01:00
height 0
padding-bottom 56.25%
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
top 0