Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Module makes rollover images from grayscale (black and white) to colored.

Usage:
1. Install module.
2. Wrap your images in two any elements with specific classes:

<div class="grayscale-effect">
  <div class="grayscale-effect-target">
    <img src="..." />
  </div>
</div>

or

<a href="..." class="grayscale-effect">
  <div class="grayscale-effect-target">
    <img src="..." />
  </div>
  Foo bar baz
</a>

Profit.

Module use javascript library Pixastic.

Project information