iframe video bug fixed
This commit is contained in:
parent
8cffc5cb8b
commit
46332447bc
3 changed files with 23 additions and 1 deletions
|
@ -420,6 +420,16 @@ h1 {
|
|||
overflow-y: auto;
|
||||
padding: 0 4px 0 0; }
|
||||
|
||||
#ep_video_container {
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
#ep_video_container > div {
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
#ep_video_container iframe {
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.editorpick {
|
||||
background: #fff;
|
||||
margin: 0 0 20px; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -157,6 +157,18 @@ h1{
|
|||
padding: 0 4px 0 0;
|
||||
}
|
||||
}
|
||||
#ep_video_container{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
>div{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
iframe{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.editorpick{
|
||||
background:$white;
|
||||
margin: 0 0 20px;
|
||||
|
|
Loading…
Add table
Reference in a new issue