I'm facing a challenge with an iframe
that has a fixed height of 1000px
which I am unable to adjust. I would like the content to fit within the iframe
. As a CSS novice, I need some guidance on how to achieve this. Thank you!
<iframe style="height:1000px" src="http://www.w3schools.com">
<div class="content">
<div class="redDot"></div>
</div>
</iframe>