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

Incorrectly filters out non webp images even with no webp images in srcset #31

Closed mlisook closed 7 years ago

mlisook commented 7 years ago

If there are no webp images in the srcset the filter removes all images. Post PR #29

mlisook commented 7 years ago

Actually this issue started in reverse in PR #25 when the srcset parser was changed out for a better, spec compliant parser. The old parser set the _hasWebp flag during parsing.