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

I got this error message when trying to run grunt ``` Running "responsive_images:dev" (responsive_images) task Warning: Command failed: dyld: Library not loaded: /usr/local/opt/freetype/lib/libfreetype.6.dylib Referenced from: /usr/local/bin/identify Reason: image not found...

config-issue

The links to the demos in the README are all broken?

Is there any way to configure this to strip unwanted metadata? i.e. all metadata Cheers

@andismith I suspect there's something about the way the conversion works that I don't understand. I have only just begun using GraphicsMagick/this grunt plugin. Thanks in advance 🙌 . ###...

Empty code blocks not rendering, and some missing code block start/end tags

The image gets resized instead. Using ImageMagick. Both width and height are set. `aspectRatio` is set to `false`.

bug

When images have different orientations (portrait / landscape) usualy the resizing to eg. 1200x1200 the long side should fit into this values and the short side should be resized according...

When the code finds that user did not call for 'sample' function, the code correctly assumes the task must do a 'resize'. Unfortunately, the default behavior ('resize') should have been...

@andismith I just need to know if there's a way to do: ``gm convert -gravity South -crop 2000x1000+0+150 still_life.jpg test.jpg`` ### Expected Behaviour Allow ``gm convert -gravity South -crop 2000x1000+0+150...

![bed2](https://cloud.githubusercontent.com/assets/14919215/12012244/353a7df6-aca1-11e5-830b-711700877195.JPG) .jpg pictures such as the one attached cannot be resized. If the source file only has this type of pictures, this is the output after running grunt: Running "responsive_images:dev"...