middleman-simple-thumbnailer icon indicating copy to clipboard operation
middleman-simple-thumbnailer copied to clipboard

Middleman extension that allows you to create image thumbnails by providing resize_to option to image_tag helper

Results 3 middleman-simple-thumbnailer issues
Sort by recently updated
recently updated
newest added

In this edit I've tried to fix an issue where thumbnails in the built site are out of date. The previous behaviour was to only copy thumbnails to the build...

Often we want to control all sizes of an image used on a site, regardless of the original size. We don't even want to deliver the original at all. It...

When starting the test suite with the `--order=random` option, some features fail. exemple: ```shell bundle exec cucumber --verbose --order=random ``` Running the failing features independently is ok each time. This...