mlisook / plastic-image

A Polymer 3.0 element which adds extra plasticity to <iron-image> with support for srcset and lazy loading
MIT License
30 stars 6 forks source link

Serve polyfill from element source #9

Closed mlisook closed 7 years ago

mlisook commented 7 years ago

This change serves the IntersectionObserver polyfill from a source file included with the element instead of polyfill.io. The version served by polyfill.io does not include a recent fix which supports Safari native shadow dom. This change will remain in place until polyfill.io is updated to include version 0.3.0 or higher of this polyfill.

Also includes a documentation change explaining the automatic density feature @bramvanderholst added.