views:

58

answers:

2

I have search result which includes images. When the user hover over the image the image should expand somewhat large size like we see on bing image search. Is there any Plugin for that. Please help. Any Suggestion will be appreciated.

+1  A: 

http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery

http://james.padolsey.com/javascript/new-jquery-plugin-imgpreview/

Try those.

CRasco
I need the image which expands while hover should be automatically generated i.e it should not take another image as parameter
Rajasekar
+1  A: 

What about this zoomimage plugin? It looks like it provides callbacks that you could use to change it from click to mouseover


It's not a plugin, but I found this tutorial that might help you.

fudgey
I just updated my answer with a tutorial I found that might do what you want.
fudgey