This commit is contained in:
2017-11-04 08:45:39 +01:00
parent 8af94d4800
commit 33d7ce593c
10 changed files with 265 additions and 157 deletions

View File

@ -1,9 +1,17 @@
iframe
min-height 200px
// 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 100vh
height 100%
left 0
top 0