testing height on mobile
This commit is contained in:
parent
9b9c6c257e
commit
4c44e48c4b
1 changed files with 2 additions and 1 deletions
|
|
@ -105,6 +105,7 @@
|
|||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 500px;
|
||||
overflow: auto;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
|
@ -696,7 +697,7 @@
|
|||
<span class="close">×</span>
|
||||
<div style="border-radius: 10px; width: 100%; overflow: hidden;">
|
||||
<div id="iframeContainer">
|
||||
<iframe id="videoIframe" width="100%" height="500px" frameborder="0" allowfullscreen></iframe>
|
||||
<iframe id="videoIframe" width="100%" height="100%" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue