issues
search
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
Fix support for webp + style fixes
#29
Closed
paales
closed
7 years ago
paales
commented
7 years ago
Webp was always disabled because of
this._hasWebp
was set to false, it was required to set it to true.
Small style changes
this._hasWebp
was set to false, it was required to set it to true.