Title: Problem with height
Last modified: August 31, 2016

---

# Problem with height

 *  Resolved [walhai](https://wordpress.org/support/users/walhai/)
 * (@walhai)
 * [10 years ago](https://wordpress.org/support/topic/problem-with-height-2/)
 * Hello,
    I tried to implement the Auto i frame – everything works, especially 
   the page scrolls down endless. Do you maybe know what the problem is? The iframe
   is on the same domain. [http://www.dive-damai.com/termine/](http://www.dive-damai.com/termine/)
 * Thank you very much for answering
    Barbara
 * [https://wordpress.org/plugins/auto-iframe/](https://wordpress.org/plugins/auto-iframe/)

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

 *  Plugin Author [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [10 years ago](https://wordpress.org/support/topic/problem-with-height-2/#post-7450537)
 * It looks like the content in the iframe continues to grow indefinitely, so the
   iframe continues to resize to add the fudge factor on to it.
 * Try setting the fudge factor to 0 and see if the loop stops.
 *  Thread Starter [walhai](https://wordpress.org/support/users/walhai/)
 * (@walhai)
 * [10 years ago](https://wordpress.org/support/topic/problem-with-height-2/#post-7450546)
 * Hi Greg,
    thank you for your answer. I tried <p>[auto-iframe link=/scheduledamai/
   indexv2.php fudge=0]</p> but nothing changed :(( Any idea? regards Barbara
 *  Plugin Author [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [10 years ago](https://wordpress.org/support/topic/problem-with-height-2/#post-7450555)
 * It looks like your source link has code in it to resize itself:
 *     ```
       function resizeIframe(obj) {
           obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
         }
       ```
   
 * which is conflicting with the Auto iFrame code, creating an infinite loop where
   the iframe is resized so the source link resizes itself which causes the iframe
   to resize which…
 *  Thread Starter [walhai](https://wordpress.org/support/users/walhai/)
 * (@walhai)
 * [10 years ago](https://wordpress.org/support/topic/problem-with-height-2/#post-7450581)
 * Just for info: the problem was in the css :((
    But thanks a lot for answering
 *  Plugin Author [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [10 years ago](https://wordpress.org/support/topic/problem-with-height-2/#post-7450582)
 * No problem.

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

The topic ‘Problem with height’ is closed to new replies.

 * ![](https://ps.w.org/auto-iframe/assets/icon-256x256.png?rev=3164574)
 * [Auto iFrame](https://wordpress.org/plugins/auto-iframe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-iframe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-iframe/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-iframe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-iframe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-iframe/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Greg Ross](https://wordpress.org/support/users/gregross/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/problem-with-height-2/#post-7450582)
 * Status: resolved