The code :
var evt = new Event(),
m = new Magnifier(evt, {
thumb: '#img',
mode: 'inside',
zoom: 3,
zoomable: true
});
doesn't seem to work on the images I have defined inside my template even when I have called the Magnifier.js and event.js along with the css file as well. Please can someone help?