Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    I was facing the same issue and I managed to disable the zoom while scrolling by editing the plugin file.
    I’ve edited the file

    assets/js/3d-flip-book.min.js

    .
    Below code was edited

    mouseCmdWheelZoom:{activate:function(e){var scale=_this8.bookWatcher.scale;e.deltaY<0?_this8.cmdZoomOut():e.deltaY>0&&_this8.cmdZoomIn(),(!_this8.state.smartPan||Math.abs(_this8.bookWatcher.scale-scale)>1e-4)&&e.preventDefault()}}

    and changed it like this

    mouseCmdWheelZoom:{}

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, but this will be delete when you update the plugin

    Plugin Author iberezansky

    (@iberezansky)

    Pro version allows to do this in the plugin settings.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable mouse zoom’ is closed to new replies.