The bottom of frame does not show

  • tepeusa
    Asked on June 18, 2021 at 4:45 PM

    Hi,

    I have embedded a form into my unbounce page and the bottom of the fram of my form is not showing. In unbounce I add the code to a section and each section has "height" size which is currently set to 3600px which is more than enough to show the full form.


    Malin

  • Jed_C
    Replied on June 18, 2021 at 11:02 PM

    Try adding min-height: 100%; into your iframe embed code.

    ex.

    <iframe

       id="JotFormIFrame-211684193254154"

       title="TePe Toothbrush Program"

       onDISABLEDload="window.parent.scrollTo(0,0)"

       allowtransparency="true"

       allowfullscreen="true"

       allow="geolocation; microphone; camera"

          src="https://form.jotform.com/211684193254154"

       frameborder="0"

       style="

       min-width: 100%;

       min-height: 100%;

       height:539px;

       border:none;"

       scrolling="no"

      >

      </iframe>