I'm using a template that uses "MagicZoom" and I need help configuring it. Overall, it's pretty nice but it's disabled right-clicking on the image and I personally don't desire that. Looking at the template's code I saw this:
Are there different "expand-effect"(s)? What are they? I tried deciphering magiczoomplus.js (assets/templates/common/3dzoom/magiczoomplus.js), but I could not. Scouring the knowledgebase and forums hasn't given me any clues so I was wondering if anyone has figured this out. Really, all I want to do is enable right-clicking again.
Code:
MagicZoomPlus.options = { 'opacity':'65', 'expand-effect':'elastic', 'background-opacity':'50', 'zoom-fade':'true', 'zoom-position':'right', 'fit-zoom-window':'false', 'hint':'false' }
Comment