davidjbradshaw / iframe-resizer

Keep iFrames sized to their content.
https://iframe-resizer.com
Other
6.62k stars 977 forks source link

Added: waitForLoad option #1267

Closed davidjbradshaw closed 1 month ago

davidjbradshaw commented 1 month ago

Add waitForLoad option.

By default iframe-resizer tries to send a message to the iframe as soon as it has been called. This creates problems for frameworks like Vue as they will always manage to make this call before the iframe has had time to load.

Setting this option to true stops an erroneous error message in the browser console from being displayed.