Update index.html

This commit is contained in:
Omar Najjar 2025-09-25 04:56:28 +10:00
parent 4c44e48c4b
commit 369d7f3126

View file

@ -105,7 +105,6 @@
top: 0;
width: 100%;
height: 100%;
min-height: 500px;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
@ -115,6 +114,7 @@
top: 10%;
left: 5%;
width: 90%;
min-height: ;
background-color: #000000;
background-size: cover;
padding: 20px;
@ -143,6 +143,7 @@
.video-modal-content {
padding: 10px;
font-size: 14px;
height: 70vh;
}
.close {
font-size: 24px;
@ -697,7 +698,7 @@
<span class="close">&times;</span>
<div style="border-radius: 10px; width: 100%; overflow: hidden;">
<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>