About the project
Why another lib ?
The existing Iframe Resizer library is solid, but itβs no longer usable for free in commercial projects. I wanted to offer a modern alternative: focused on simplicity and efficiency.
- The library creates only one ResizeObserverto track the iframes, and does not rely onMutationObserverorIntersectionObserver, making it very lightweight.
- I try to keep the API as close as possible to the original library to ease migration, though some features will not be implemented the same way.
- Unified packaging: For simplicity, both the child and parent packages are included in the same module.
Browser support
| Chrome | Safari | Firefox | Opera | IE | 
|---|---|---|---|---|
| 64+ | 13.1+ | 69+ | 51+ | π ββοΈ | 
Contributing
You can create issues on Github if you encounter any problems, you can also propose new features to integrate.