imaustink / gulp-inline-images

Gulp plugin for converting linked HTML images into base64 encoded inline images. Works with local and remote files.
4 stars 10 forks source link

Make the 'attribute' option work #10

Closed x1024 closed 1 year ago

x1024 commented 5 years ago

The 'attribute' option currently reads a custom attribute, but it always sets the 'src' attribute. This fix changes it to write the same attribute that it reads.

Shyam-Chen commented 4 years ago

Hi @imaustink, Could you merge and publish this? Thanks.