Hello, I am trying the embed code from the database software company Knack. While I have had no issues embedding the code itself, I have run into trouble with how the IFrame handles the height of my database.
More specifically, the look of my website is off whenever the amount of text in my database changes. For instance, the site looks fine when the database is on Page 1 of 4 (see image on the left). However, as soon as I go to Page 2 of 4 and the amount of text in the database increases, the IFrame now has a scrollbar (see image in the middle). But, as soon as I go to Page 4 out of 4 and the amount of text in the database decreases, the IFrame now shows a giant white gap (see image on the right).
In other words, how do I get the IFrame height to change depending on how much text the database is showing? I don’t want a second scroll bar on my page, nor a giant gap. Every time I change the height of the IFrame to match a certain page on my database, I always run into these two issues in other pages. Thank you.