jackmoore / zoom

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

using zoom after image transform (rotatione) #94

Open olivierz opened 9 years ago

olivierz commented 9 years ago

I have a button that allows me to rotate the image using CSS: $theImage.css({ "-webkit-transform": "rotate(" + rotation + ")", "-moz-transform": "rotate(" + rotation + ")", "transform": "rotate(" + rotation + ")" });

How can I use zoom, so it sooms on the rotated image, not the original one?

satya-dash commented 8 years ago

Hey I also want to know how does it work if I rotate the image with the css only.So how can apply the zoom on the rotated image one.

sjorbukle commented 8 years ago

Same, problem, did anyone find solution?