iframe video bug fixed

This commit is contained in:
jamilrehman 2016-04-08 15:07:58 +05:00
parent 8cffc5cb8b
commit 46332447bc
3 changed files with 23 additions and 1 deletions

View file

@ -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

View file

@ -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;