jackmoore / zoom

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

target property not working #113

Closed jp-onsite closed 8 years ago

jp-onsite commented 8 years ago

changed js style attribute to jquery css attribute

jackmoore commented 8 years ago

Do you mind explaining the problem you ran into?

jackmoore commented 8 years ago

It seems like you must have run into an error, and I want to know how to reproduce it so I can resolve it another way. The destroy method needs to restore element style to what it actually had prior to zoom being assigned. I do no want to assign the element the computed style, which jQuery's css method provides.

jackmoore commented 8 years ago

Nevermind, I see the problem.

jackmoore commented 8 years ago

Thanks, sorry about that.