David J. Bradshaw
                                            David J. Bradshaw
                                        
                                    I just had a look at this. I think it might make sense to replace `MutationObserver` with `ResizeObserver` so that resizing only gets triggered by element mutations that change an...
Try different height calculation methods. lowestElement and taggedElement normally work the best
What happens if you try the non-minified version? Hopefully it gives a more useful error message than that
@cliffordp just after a simple example, like we have for Vue https://github.com/davidjbradshaw/iframe-resizer/blob/master/docs/use_with/vue.md
What is the reason for changing this?
I'm wondering if just getting rid of the `else` would fix this. Feel free to give that a go and raise a PR. I don't really have much time to...
Thank you that is much appreciated
Thank you, that is very kind of you. https://www.paypal.me/davidjbradshaw
@tomchentw don't worry about that, I used your [react-google-maps](/tomchentw/react-google-maps) on a project in 2017, so you have already helped me. Take a look at https://www.savills.co.uk if you want to see...
Yeah it should work in both directions. When it doesn't it down to CSS issues and the different sizing methods are their to try and work around those problems. My...