Update index.html
This commit is contained in:
parent
4c44e48c4b
commit
369d7f3126
1 changed files with 3 additions and 2 deletions
|
|
@ -105,7 +105,6 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 500px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: rgba(0,0,0,0.4);
|
background-color: rgba(0,0,0,0.4);
|
||||||
}
|
}
|
||||||
|
|
@ -115,6 +114,7 @@
|
||||||
top: 10%;
|
top: 10%;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
min-height: ;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
@ -143,6 +143,7 @@
|
||||||
.video-modal-content {
|
.video-modal-content {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
height: 70vh;
|
||||||
}
|
}
|
||||||
.close {
|
.close {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
|
@ -697,7 +698,7 @@
|
||||||
<span class="close">×</span>
|
<span class="close">×</span>
|
||||||
<div style="border-radius: 10px; width: 100%; overflow: hidden;">
|
<div style="border-radius: 10px; width: 100%; overflow: hidden;">
|
||||||
<div id="iframeContainer">
|
<div id="iframeContainer">
|
||||||
<iframe id="videoIframe" width="100%" height="100%" frameborder="0" allowfullscreen></iframe>
|
<iframe id="videoIframe" width="100%" height="300px" frameborder="0" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue