grunt-responsive-images icon indicating copy to clipboard operation
grunt-responsive-images copied to clipboard

Produce images at different sizes for responsive websites.

Results 52 grunt-responsive-images issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour Photoshop (and probably other editors) will show for e.g. the wrong pixel density. This is a known issue with [GraphicsMagick](http://www.graphicsmagick.org/GraphicsMagick.html#details-density), but can also be done for [Imagick](http://www.imagemagick.org/script/command-line-options.php#strip)....

enhancement

It would be great if we can skip and get a list of images it has skipped etc

enhancement

### Expected Behaviour With two tasks, both sharing the same name (to have the same destination directory), the image should get saved twice: Once without suffix (retaining the original name)...

bug

I've been using this plugin for a while and it's been working great. Today however, I got the following error all of a sudden ``` Warning: Unable to resize more...

question

Great plugin, first of all. I have a suggestion to add a debug option that labels each image size, for easier debugging.

enhancement

I've searched the current open and closed issues so accept my apologies if this has been raised before. I would like the opportunity to use an external file for the...

enhancement

This adds a test and a fix for the issue of small images getting upscaled ( #45 ). For example, I run a default image resizing job and want three...

I use grunt-responsive-images to resize 2x icons to 1x icons. When I use custom_dest, the files are not renamed. When I use the regular dest the files are renamed correctly....

bug

Running on an i7 Windows 7 box, this runs cpu at 20%. It'd be nice to use all available cpu and finish 5x faster. But perhaps a gm limitation? It...

enhancement

It would be great if you could choose to output progressive jpegs, or have them be progressive by default. Progressive images _appear_ to load faster.