Topic: How to make mouse wheel enabled on both fullscreen and original view

Hi,

By using juicebox API and jquery-mousewheel script (https://github.com/brandonaaron/jquery-mousewheel) by Brandon Aaron, I have enabled exploring images by Mouse Wheel. It works fine but not on the fullscreen view.

This javascript sends the api commands only when the mousewheel is operated while the pointer is on a specified div. Could you please help me improve this to work on fullscreen view too?

my galleries are on http://gumusaymoda.com/#gelinlik-modelleri and my embed codes -also mousewheel execution- are on http://gumusaymoda.com/js/jquery.ajaxloading.js

Re: How to make mouse wheel enabled on both fullscreen and original view

The problem does not seem to be the container name. The mousewheel functionality works OK in fullscreen mode when using the HTML tag 'body' (using JavaScript alerts instead of Juicebox API calls).
The problem seems to be that it is not possible to call Juicebox API Methods in fullscreen mode (although Juicebox API Events are fired in fullscreen mode).
I do not know if it is possible to implement this in a future version of Juicebox-Pro but I will notify the developers of this issue.

Re: How to make mouse wheel enabled on both fullscreen and original view

Thank you