Skip to content

Commit

Permalink
issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Jun 5, 2015
1 parent 3417909 commit 74158bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,15 @@ if ($('body').hasClass('home')){
$('#interno-nav-eventos').slick({
infinite: true,
slidesToShow: 3,
slidesToScroll: 3
slidesToScroll: 3,
responsive: [{
breakpoint: 700,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
}
}]
});
flautas_projetos()
});
Expand Down

0 comments on commit 74158bc

Please sign in to comment.