abibon Posted May 30, 2011 Share Posted May 30, 2011 How can i change the jqzoom box position? With offset in product.js i can just move in x, but i want the box in the bottom of my image.Thanks Link to comment Share on other sites More sharing options...
rauldejavu Posted May 30, 2011 Share Posted May 30, 2011 I just need the same¡¡¡ I can only move the "x" position, but i don't know how to move the zoom to the bottom of the product page Link to comment Share on other sites More sharing options...
abibon Posted June 6, 2011 Author Share Posted June 6, 2011 Anyone can help us? Link to comment Share on other sites More sharing options...
abibon Posted June 7, 2011 Author Share Posted June 7, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now