Request a Quote

jQuery(function(){ if(!$.fn.imagezoomsl){ $('.msg').show(); return; } else $('.msg').hide(); // plugin initialization $('.image').imagezoomsl({ innerzoommagnifier: true, classmagnifier: "round-loope", magnifiersize: [150, 150], // disables the scrolling of the document with the mouse wheel when the cursor is over the image disablewheel: false }); });