Pfredd
Posts: 2
Joined: Wed Aug 20, 2014 9:17 pm

Mouse wheel to switch between photos?

Is it possible to configure Highslide so that the user can use the mouse wheel to go the the next/previous photo in a slide show?
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: Mouse wheel to switch between photos?

You would have to modify highslide.js to recognize mousewheel events, in addition to the existing responses to various keycodes. Just to make it more interesting, not all browsers handle mousewheel events in the same way, so you would need to implement different event handlers to accommodate different browers.

In short, there is no quick, easy way to do this - it's going to take some Javascript skills. I've never seen this implemented in Highslide JS.
Pfredd
Posts: 2
Joined: Wed Aug 20, 2014 9:17 pm

Re: Mouse wheel to switch between photos?

That's what I figured.

Thanks for the info!

Return to “Highslide JS Usage”