Skip to content

onscroll #13

@ygennew

Description

@ygennew

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions