Wordpress.com - embed options

  • jpmedia_forms
    Asked on November 11, 2018 at 2:18 AM

    Is there a way to allow an embedded form to take up all space vertically and not have a scroll bar?

    Here's what I'm using on Wordpress.com currently:

    [embed]https://form.jotform.com/form/83011285091146[/embed]

  • Adrian
    Replied on November 11, 2018 at 6:49 AM

    If you want the form to take all the vertical space and not have a scrollbar, please try adding the following CSS to your WordPress page.

    <style>
    .embed-jotform iframe {
      height: 2850px !important;
    }
    </style>


    Expected Result:

    Wordpress.com   embed options Image 10