So I'm using fullpage.js for a website I'm working on. I have a section that contains bio's of team leaders that open in a lightbox using Nivo lightbox. When you click on the person, their lightbox opens but if you scroll through their info (happens in mobile), the section slides.
I found this function from fullpage.js
$.fn.fullpage.setAllowScrolling(false);
$.fn.fullpage.setKeyboardScrolling(false);
Is there an event I can test when Nivo Lightbox opens/closes to call this function?
Example here: http://jeffreyroche.us/solarTestBed/#team/2 Click on someone then scroll up.