• Resolved gekomees

    (@gekomees)


    Can you add a “wheel” option to lightbox settings?
    We use custom code to scroll a semi-fullscreen image but it requires the wheel option be set to false instead of the current default “auto”. Currently I have to change it in jquery.fancybox.min.js every time the plugin is updated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arisoft

    (@arisoft)

    Hi

    Open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” parameter with the following code:

    $.fancybox.defaults.wheel = false;

    Thread Starter gekomees

    (@gekomees)

    Thanks, hadn’t thought of that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Setting the wheel option’ is closed to new replies.