I am just trying to figure out how to control the position of the jqZoomPup (Popup with Zoomed image). The position offset seems to be fixed. I tried changing the yOffset and xOffset variables in JS but to no avail.
Can you provide any hints/guidance how to align the Popup with Zoomed image a bit differently e.g. when aligned right, I want the popup to be aligned with the bottom of the small image. Currently it aligns at the top and adds a scroll to my page.
I managed to fix the adjust the position of the Zoomed Image popup.
In the .js file on line 919 I inserted the following to force a fixed position on the page. This only applies when position 'right' is chosen in Other settings.