David J. Bradshaw
David J. Bradshaw
I need to see a simple test case to look into this. https://github.com/davidjbradshaw/iframe-resizer/blob/master/CONTRIBUTING.md
OK your the second person to suggest that the jQuery bit might cause an issue during load, if the page does something weird to make jQuery late load. I'm going...
What error do you get?
Have you tried the different height calculation methods?
The library already has the option to do what you code is doing, `scrollHeight` is one of the height calculation methods. Not much more that I can advise.
Does the example have the same issue?
That is very strange. Looks like Chrome is firing the page load event in the iFrame a bit too early. I'm not sure their is an easy fix in the...
PS if you do find out whats going on here, please do share here.
Does #517 help?
Would welcome a PR. Someone else tried this once and ran into problems making it work. You can tag more than one element on a page and it will then...