Jump to content

[Solved] How to change jqzoom box position


Recommended Posts

SOLVED!!!

In jquery.jzoom.js you have to change

var imageLeft = $(this).get(0).offsetLeft;
var imageTop = $(this).get(0).offsetTop;

moving pixel by

var imageLeft = ($(this).get(0).offsetLeft) - 490;
var imageTop = ($(this).get(0).offsetTop) + 326;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...