I cannot increase the size of my form dimensions

  • chitrapu
    Asked on August 27, 2017 at 8:59 PM

    I cannot increase the size of the form and I tried with CSS and tries to change iframe width and height too. Please see the attachment.

    Jotform Thread 1233710 Screenshot
  • liyam
    Replied on August 27, 2017 at 11:55 PM

    Hello chitrapu,

    Can you add a min-height property inside the style attribute for your CSS on your iframe code? Here is a sample:

    <iframe id="JotFormIFrame-72387968768886" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.co/72387968768886" frameborder="0" style="width: 100px; min-width: 100%; min-height: 630px; height: 630px; border: none;" scrolling="no"> </iframe>

    Also, please set the height to 630px at least, as shown in the code in green highlight.

    If this does not work, please let us know.