elevatezoom
elevatezoom copied to clipboard
zoomWindowPosition 6 and 14 don't work
the problem is setWindowPostition() function (jquery.elevatezoom.js:844)
"case 6:" and "case 14:" are broken due to absurd code
if(self.options.zoomWindowHeight > self.nzHeight)
cannot understand the goal of this line of code.
I think removing(or negating) that if will resolve the issue.