Skip to content

Now works with elements added Dynamically to the page.

Compare
Choose a tag to compare
@jermartin77 jermartin77 released this 27 Feb 21:52
· 5 commits to master since this release

Now utilizes MutationObserver to watch for any element added to the DOM with the original selector from the plugin. When MutationObserver sees a DOM change happen to the body and any children the plugin now rescans the DOM for any unloaded inline SVG elements and applies the inlining function to them.