• Hello, I’m adding this code to add a new iframe. The problem I’m having is I can’t control the size of the iframe window and I want to turn off the scroll bars.. here is the code:

    <div>
    <!--img src="" width="576" alt="Map of surf spots" usemap="#spots"-->
    <iframe src="https://magicseaweed.com/surfmap/customMap.php?regionId=24"
    marginheight="0" marginwidth="0"
    align="center" frameborder="0" style="padding: 0px; width: 100%; height: 600px; border: none" scrolling="no">
    </iframe>
    </div>

    What am I missing here? How can I modify the iframe so the width is 100% and the height is @ 600px? Thank you for any help. I am using the vslider template ver. 3 > (View live at https://www.zoomnorthcarolina.com/?page_id=7)

Viewing 1 replies (of 1 total)
  • Thread Starter bakerballs

    (@bakerballs)

    …also any iframe I add is a fixed size with scroll bars. I tried to over ride this in the code above…

Viewing 1 replies (of 1 total)
  • The topic ‘<iframe> help!’ is closed to new replies.