Image grayscale to color

Component ID

1957588

Component name

Image grayscale to color

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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.