You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple iframes on a page, all pointing to different "child" sources. They are all being given a height equal to the tallest "child." Is that the default behavior?
For example, I am linking to your iframe1.html demo as my third iframe on my page, and all of the iframes are being resized to that same height.
Shouldn't each item be resized individually according to its contents?
The text was updated successfully, but these errors were encountered:
It doesn't look like there's support for multiple different iframes on a single page. There's a pull request that tried to resolve this issue but it seems to have been abandoned: #21
I have multiple iframes on a page, all pointing to different "child" sources. They are all being given a height equal to the tallest "child." Is that the default behavior?
For example, I am linking to your iframe1.html demo as my third iframe on my page, and all of the iframes are being resized to that same height.
Shouldn't each item be resized individually according to its contents?
The text was updated successfully, but these errors were encountered: