JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "form-image-zoom.js"

Full Path: /home/u369741141/domains/tirondearrastre.com/public_html/js/pages/form-image-zoom.js
File size: 338 bytes
MIME-type: text/plain
Charset: utf-8

$(document).ready(function() {
    
    "use strict";
    
    $("#zoom_01").elevateZoom();
    $("#zoom_02").elevateZoom({ zoomType	: "inner", cursor: "crosshair" });
    $("#zoom_03").elevateZoom({ zoomType	: "lens", lensShape : "round", lensSize : 200 });
    $("#zoom_04").elevateZoom({scrollZoom : true, zoomWindowPosition: 11});
});