Skip to content

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

License

Notifications You must be signed in to change notification settings

raumi75/middleman-simple-thumbnailer

 
 

Repository files navigation

Middleman Simple Thumbnailer Build Status

Middleman Simple Thumbnailer is a Middleman extension that allows you to create image thumbnails by providing resize_to option to image_tag helper.

Installation

Put this line into your Gemfile:

gem 'middleman-simple-thumbnailer'

Usage

Enable the extension in config.rb:

activate :middleman_simple_thumbnailer

And modify your image_tag's by adding resize_to parameter:

= image_tag image, resize_to: '50x50', class: 'thumbnail'

Build/Development modes

During development thumbnails will be created on fly and presented as a base64 strings. During build thumbnails will be created as normal files and stored in same dir as their originals.

LICENSE

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 84.9%
  • Gherkin 10.9%
  • HTML 4.2%