Title: redkoopa's Replies | WordPress.org

---

# redkoopa

  [  ](https://wordpress.org/support/users/redkoopa/)

 *   [Profile](https://wordpress.org/support/users/redkoopa/)
 *   [Topics Started](https://wordpress.org/support/users/redkoopa/topics/)
 *   [Replies Created](https://wordpress.org/support/users/redkoopa/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/redkoopa/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/redkoopa/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/redkoopa/engagements/)
 *   [Favorites](https://wordpress.org/support/users/redkoopa/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iframe] same_height_as="content" shows up a little to small](https://wordpress.org/support/topic/same_height_ascontent-shows-up-a-little-to-small/)
 *  [redkoopa](https://wordpress.org/support/users/redkoopa/)
 * (@redkoopa)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/same_height_ascontent-shows-up-a-little-to-small/#post-3321226)
 * Hi,
 * I had the same problem; here’s a simple quick and dirty solution! My solution
   adds another pixel to the contents height. Here we go:
 * From the plugins page, click Edit on the iframe plugin.
 * Find the following line:
 * `var embed_height = $(this).contents().find("body").height();`
 * Just before the final `;` add `+1` so that the line looks like this:
 * `var embed_height = $(this).contents().find("body").height()+1;`
 * Click update file…. problem solved 🙂

Viewing 1 replies (of 1 total)