It looks like you’re new here. If you want to get involved, click one of these buttons!
Hi, I’m trying to use zoom on 6 images of my front page website. Im using same class to identify them the I apply zoom.
$(document).ready(function(){
$('.zoomed').jKit('zoom', { 'scale': '2' });
});
Now, problem is that everytime i leave a image and i move to other i can not zoom the previous one. Any change reinitialize on mouse exit ?
Thanks.
…