2017-11-04 07:45:39 +00:00
|
|
|
// iframe
|
|
|
|
// min-height 200px
|
2017-10-12 15:52:46 +00:00
|
|
|
|
2016-11-28 16:06:00 +00:00
|
|
|
.video-container
|
2017-11-04 07:45:39 +00:00
|
|
|
position relative
|
2016-11-28 16:06:00 +00:00
|
|
|
width 100%
|
2017-11-04 07:45:39 +00:00
|
|
|
height 0
|
|
|
|
padding-bottom 56.25%
|
|
|
|
border-radius ui-element-border-radius
|
|
|
|
overflow hidden
|
2016-11-28 16:06:00 +00:00
|
|
|
|
|
|
|
.video
|
2017-11-04 07:45:39 +00:00
|
|
|
position absolute
|
2016-11-28 16:06:00 +00:00
|
|
|
width 100%
|
2017-11-04 07:45:39 +00:00
|
|
|
height 100%
|
|
|
|
left 0
|
|
|
|
top 0
|