Title: [Plugin: Advanced iframe] height=&quot;100%&quot; not working
Last modified: August 20, 2016

---

# [Plugin: Advanced iframe] height="100%" not working

 *  Resolved [blue61em](https://wordpress.org/support/users/blue61em/)
 * (@blue61em)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/)
 * I set the height attribute to 100%, but it doesn’t work. Only loads maybe the
   top 15% of the included page. When I changed it to 1400px, it works. I would 
   really like to use the 100% if possible though as I am including a database that
   can vary in height depending on how many rows they elect to show. Any thoughts?
 * [http://nocojobslist.com/wordpress/jobrunner/](http://nocojobslist.com/wordpress/jobrunner/)
 * [http://wordpress.org/extend/plugins/advanced-iframe/](http://wordpress.org/extend/plugins/advanced-iframe/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/page/2/?output_format=md)

 *  [mattar12](https://wordpress.org/support/users/mattar12/)
 * (@mattar12)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762267)
 * Same problem…i wish this had an answer posted!
 *  [coco9nyc](https://wordpress.org/support/users/coco9nyc/)
 * (@coco9nyc)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762270)
 * I’m having the same problem. I can’t find an iFrame plugin that doesn’t have 
   this issue!
 *  [3×7](https://wordpress.org/support/users/3x7/)
 * (@3x7)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762274)
 * Did anybody managed to make it work on height 100% for domains on
 * Thanks.
 *  [coco9nyc](https://wordpress.org/support/users/coco9nyc/)
 * (@coco9nyc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762275)
 * I didn’t. I just used a large height which leaves blank space at the bottom or
   a scroll bar if it’s a very long page. Would be happy to know if anyone found
   a better workaround.
 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762283)
 * Hi everyone.
 * Seem I have to explain some html here.
    If you set the height to 100% then an
   iframe uses 100% of the available space. I assume that most of you have not specified
   any height in the div you have included the iframe. Therefore the iframe is only
   a few pixel in height. If you want to use 100% in an iframe you have to define
   ALL heights of the html elements up to the html tag!
 * So what is the easy solution:
    You either have to define the height of the outer
   div or the height of the iframe in pixel.
 * If you define height in % then the height of the browser is important. If you
   really want your iframe to be browser height depandant you have to define all
   heights up to the html element.
 * Best, Michael
 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762284)
 * I’m working on a Javascript that automatically resizes the iframe to the height
   of the content.
    I’ll make a new version when this works.
 * – Michael
 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762289)
 * Version 2.0 is released where this is implemented.
 *  [Turismo in](https://wordpress.org/support/users/turismo-in/)
 * (@turismo-in)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762318)
 * Yes but it doesn’t work.
    If i set 100% it take my height page and if the iframe
   page is 5000px, it show only 150px. I can’t set it to 5000px because i have others
   page with 100px and i see 4900px with blank page……
 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762319)
 * It does if you meet the requirements. Have you read the documentation inside 
   the plugin?
 * and 100% is NOT your page height! Please read the post above where I explain 
   this.
 * But as I have seen the resize does work because when you set your height to 100%
   and you see a height > the initial size.
 * I only recommend to set the height to a height that fits the minimum height. 
   If this is really 100px you should think if it hurts to use e.g. 500px because
   when you have long loading pages the resize can only happen when the page is 
   fully done.
 *  [Turismo in](https://wordpress.org/support/users/turismo-in/)
 * (@turismo-in)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762320)
 * If i set up 500px all pages are 500px so it cut the page..
 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762321)
 * Have you read the documentation inside the plugin?
 * Do you have a link?
 *  [Turismo in](https://wordpress.org/support/users/turismo-in/)
 * (@turismo-in)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762322)
 * Now i use `<iframe src="http://www.travelstoremaker.com/ibe/turismoin/porch?command
   =flights" frameborder="0" marginwidth="0" marginheight="0" width="906" height
   ="5000"></iframe>`
 * Sorry for my language but i have not understood. This is my code, with your plugin
   i can use automatic height of my iframe (height=”100%”) so i can view iframed
   page with real height? Yes or not…
 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762323)
 * What is the domain you include the iframe to?
 *  [Turismo in](https://wordpress.org/support/users/turismo-in/)
 * (@turismo-in)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762324)
 * [http://turismo-in.it/voli-in-italia/](http://turismo-in.it/voli-in-italia/)
 * Here you can see it.
    Thanks in advance!
 *  Plugin Author [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * (@mdempfle)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/#post-2762325)
 * If you are not able to modify
    [http://www.travelstoremaker.com/ibe/turismoin/porch?command=flights](http://www.travelstoremaker.com/ibe/turismoin/porch?command=flights)
   then the answer is NO.
 * It’s like I wrote before. You have to meet the requirements for this described
   in the plugin:
    1. Both sites are on the same domain or 2. you are able to include
   some code in the page in the iframe.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/page/2/?output_format=md)

The topic ‘[Plugin: Advanced iframe] height="100%" not working’ is closed to new
replies.

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

 * 17 replies
 * 6 participants
 * Last reply from: [mdempfle](https://wordpress.org/support/users/mdempfle/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-advanced-iframe-height100-not-working/page/2/#post-2762327)
 * Status: resolved