grunt-datauri icon indicating copy to clipboard operation
grunt-datauri copied to clipboard

:ghost: create base64 encoded data-uris for css from images

Results 4 grunt-datauri issues
Sort by recently updated
recently updated
newest added

There are cases where one would want files with the same name but different file types(SVG with PNG fallback comes to mind). Right now I have to manually add the...

Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a new release on npm** to get...

I am using grunt-datauri successfully on a project with SVG-s, so I would like to add tests for SVG. Do you have SVG available for the fixture image?

Would be great if there was an option to add the `width` and `height` attributes to an image. And maybe `background-size` for svg or retina (`@2x`) images. For example: ```...

enhancement