Zooming an image on mouseover
Hello all,
Is there any web control (asp.net) that can zoom an image as the one used on this web page: (Hover you mouse over the image to see the effect)
http://paylessrugs.stores.yahoo.net/...-53-beige.html
If there isn't, what third party control can do that?
Thanks for any inputs.
Re: Zooming an image on mouseover
I doubt if there is any direct ASP.NET control that can do that.
At very first glance it looks like Javascript Image Crop + Resizing (Height * Factor and Width * Factor).
Re: Zooming an image on mouseover
No third party controls. It's a simple matter of getting the javascript for it and implementing it in your code. For that of course, you'll need to search. There are lots of ways of doing this in javascript, you'll need to find a script that you like.