elevatezoom icon indicating copy to clipboard operation
elevatezoom copied to clipboard

zoomWindowPosition 6 and 14 don't work

Open Luk-z opened this issue 8 years ago • 0 comments

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.

Luk-z avatar Jul 17 '17 15:07 Luk-z