Hello again,
I have the following project:
I use two plugins, one for 360° view (reel.js), the other one for the lens effect(elevate.zoom).
Left mouse-click should rotate the image, right mouse-click should zoom it.
The 360° view works, when I click the left mouse-button, I can rotate the image. But I have some troubles with the lens effect, when I click the right mouse-button, because this plugin (elevate) uses mousemove event instead of mousedown/mouseup.
Can someone help me to change it?
Thank you very very much!