Thank you so much dear DD Admin,
you're right.
It is solved.
Just wanted to know for zoomrange I changed to [3,3] but doesn't go bigger.
Please let me know how I can solve that.
regards,
Thank you so much dear DD Admin,
you're right.
It is solved.
Just wanted to know for zoomrange I changed to [3,3] but doesn't go bigger.
Please let me know how I can solve that.
regards,
If you want to enable different ranges of zoom change [3,3] to say [2,5] for zooming between 2x and 5x, changable using the mouse wheel.
DD Admin
Thanks, That is good. But I meant the size of Rectangle to zoom become bigger. It means when you mouse over it zooms to the left hand side in the Rectangle. i want that Rectangle become bigger.
How can I do that?
Hmm if I understood you correctly, simply change the "magnifierpos" option value inside the initialization code:
Code:jQuery(document).ready(function($){ $('#image1').addimagezoom({ magnifierpos: 'left', zoomrange: [3,5], magnifiersize: [350,225] }) $('.magnifyarea').last().attr('id', 'myarea'); })
DD Admin
Bookmarks