• How do I affect the height of the iframe through wordpress? I have tried to no avail. The double scrollbars are clumsy and will cause our clients to look elsewhere.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The plugin provides a height property that controls the height of the iframe. Any additional overflow seen may be introduced by your site’s theme.

    Please let me know if you have any questions.

    Thread Starter jan2014

    (@jan2014)

    Thank you, I ended up solving the problem.

    Thread Starter jan2014

    (@jan2014)

    iframe, object, embed {
    max-width: 100%;
    height: 2000px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘iframe height’ is closed to new replies.