ThemeForest

Transformer - 9 in 1

By Imodejon

could you let us know which file and which line we should edit to stop the mouse-scrolling the top images?

  • Open single.js and multi.js ( ../ js / single.js or/and multi.js )
  • Look at line 2
  • remove this code .mousewheel()
  • Your final code should like that
    $(document).ready(function() { 
        $("div.scrollable").scrollable({easing: 'easeInQuad', size: 4, speed: 1500}).circular()
            .autoscroll({
                steps: 4,
                interval: 6500
            });
    });
    
by
by
by
by
by