Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am currently using NextGen Gallery and I want to view full images when I hover over the thumbnail, it is much better than waiting the user to click.

Currently I obtain this functionality in Chrome by using the extension Hover Zoom but I want to enable this functionality to all my visitiors.

I suppose that this should be a generic solution, not something special for NextGen.

share|improve this question

2 Answers

Try this jQuery plugin: http://www.mind-projects.it/projects/jqzoom/

If you need help in making it interact with NextGEN gallery, let me know. You ultimately need to add the script via wp_enqueue_script and then setting it to fire on the NextGEN Gallery objects.

(If you do this modularly enough, you might even have the makings of a pretty decent quick, little NextGEN plugin... Release it to the community, I'd use it! :D)

share|improve this answer

Or alternately, use this WP plugin, which seems to do all the work for you... http://wordpress.org/extend/plugins/image-zoomer/

share|improve this answer
Image Zoomer doesn't seam to work and also it does only "zoom" instead of loading the full resolution picture. – Sorin Sbarnea May 29 '11 at 11:09
Then you want to go for the first answer; it allows you to specify a high resolution version of the image. It will require slightly more setting up, though. Let me know if you need any help with that. – aendrew May 29 '11 at 18:55

protected by Community Oct 7 '12 at 15:01

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.