-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I have some problem. I use fullpage script and okzoom plugnin.
When i use onscroll even, i still can see zoom and look image.
I try fix and add code after 51:
base.$listener.bind('onscroll', (function(b) {
return function(e) { $.fn.okzoom.onscroll(b, e); };
}(base)));
And after 177:
$.fn.okzoom.onscroll = function (base, e) {
base.loupe.style.display = "none";
base.loupe.style.background = "none";
base.listener.style.display = "none";
document.body.style.cursor = "auto";
};
But it still no work. Please help me, how i can fix it?
p.s. also try use scroll among onscroll event.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels