testing height on mobile

This commit is contained in:
Omar Najjar 2025-09-25 04:37:00 +10:00
parent 9b9c6c257e
commit 4c44e48c4b

View file

@ -105,6 +105,7 @@
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);
} }
@ -696,7 +697,7 @@
<span class="close">&times;</span> <span class="close">&times;</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="500px" frameborder="0" allowfullscreen></iframe> <iframe id="videoIframe" width="100%" height="100%" frameborder="0" allowfullscreen></iframe>
</div> </div>
</div> </div>