This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Description
Less of an issue, more of a support request.
I'm currently trying to implement the polyfill on a website that uses infinite-scroll and I need some method of re-running the polyfill every time new content is loaded in. The first initialisation works great, but does not affect the newly loaded content.
I've tried calling objectFit.polyfill() repeatedly, however it returns the error Can't execute code from a freed script, which is apparently related to the use of iframes within the polyfill.
If there's some way of being able to run the polyfill several times without encountering this issue?
Thanks!