Hi all,

I want to show images in black and white (desaturated) and then to show in colour when you hover over them.

I installed this module but the effect is not working nicely because the image moves with your mouse. Is there any way you can think of to have the hover image overlay the regular image exactly?

Thanks!!

Comments

rjbrown99’s picture

Status: Active » Closed (won't fix)

I imagine your first request would require changing out the Javascript code to use a different effect for the black/white/color. For the second question, it would require a modification to the existing Javascript code that calculates positioning of the hover image. In both cases, it requires Javascript code changes to hover_preview.js.

I have been maintaining the 6.x branch but I have no plans to personally implement different JS effects or mouse behaviors. If you write support for these, I'd be open to considering the second one as a non-default option. Please re-open if you develop patches.

ratinakage’s picture

Thanks... I found another way using CCK formatter, Imagecache and some Javascript.

Cheers! :)