Closed andreyvolokitin closed 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
srcset
<img>
<source>
src
@andreyvolokitin Thanks, publish v2.0.0
To prevent unexpected behaviors transfer
srcset
from<img>
to<source>
exactly as-is, instead of always appendingsrc
value tosrcset
. In other words: keepsrcset
as it was originally defined