posthtml / posthtml-webp

Add webp supporting in your html
MIT License
6 stars 7 forks source link

Use unchanged <img> `srcset` as <source> `srcset` #17

Closed andreyvolokitin closed 4 years ago

andreyvolokitin commented 4 years ago

To prevent unexpected behaviors transfer srcset from <img> to <source> exactly as-is, instead of always appending src value to srcset. In other words: keep srcset as it was originally defined

Scrum commented 4 years ago

@andreyvolokitin Thanks, publish v2.0.0