Skip to content

Commit

Permalink
Enable mouse wheel control.
Browse files Browse the repository at this point in the history
  • Loading branch information
panteng committed May 16, 2016
1 parent 1cdd836 commit e5af71d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $(document).ready(function () {

// init Swiper
new Swiper('.swiper-container', {
mousewheelControl: true,
effect: 'coverflow', // slide, fade, coverflow or flip
speed: 400,
direction: 'vertical',
Expand Down

0 comments on commit e5af71d

Please sign in to comment.