Topic: enableDirectLinks conflicts with onImageChange
Took me a while to pinpoint this, but it seems if enableDirectLinks is set to true, the onImageChange API event only fires when the gallery first loads. Image changes after the initial no longer register.
Can you confirm?
I set up 2 instances to verify. Both using the example code from the API event page to alert onImageChange.
One without direct links: http://zinque.wundermade.com/no
One with: http://zinque.wundermade.com/yes
Thanks!