Hi..i have a problem with iframe where there is extra space under iframe. I try to remove it by adjusting the height but the content inside the iframe become shorter.
Here is my code:
<div style="border:1.5px solid #000;">
<div id="contentframe" style="position:relative; top: 0px; left: -380px;">
<iframe src="
http://10.101.130.79/weathermap.html" frameborder="0" scrolling="no" width="1380" height="845" style="transform: scale(0.5);"></iframe>
</div>
i really hope somebody can help me to fix it. Thank you