Does anyone know how to zoom-in/magnify an HTML Image Map in the same style as jQZoom?
I’ve tried using/adapting the jQZoom code but end up losing the Image Map links and just linking to the larger image.
Any ideas/help greatly appreciated, S.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try with Bezoom http://benjaminmock.de/bezoom-jquery-plugin/
Bezoom uses the img tag to apply the zoom, the the script seems pretty straightforward:
You could change these and some other thingies in the code to apply the effect to any other element such as a div. Is this what you are looking for?