jackmoore / zoom

jQuery plugin for zooming images on mouseover.
http://www.jacklmoore.com/zoom/
MIT License
1.54k stars 459 forks source link

'target' option. #68

Open zolotokrylin opened 9 years ago

zolotokrylin commented 9 years ago

Hello Jack, First off all thank you for your script.

I am trying to use 'target' option, but whatever selector I'm trying to use console shoots error message: TypeError: Cannot read property 'position' of undefined

What I am trying to do is to use bigger container for zoomed image. Here is an example: Zoom Example

Thank you for help in advance!

burza commented 9 years ago

I got the same error with newest version (min) in this repo. When i am using an older one (http://www.jacklmoore.com/js/jquery.zoom.js) it works for me!

mylastore commented 9 years ago

Anyone know if I get have the zoom image show on another div with a particular ID?