0

https://codepen.io/mikun/pen/YWgqEX this is a link to what I am working with. Here is what I have added to the JS file:

$(window).scroll(function (e) {
  console.log(e);
  e.preventDefault();
  return false;
 });

not quite too sure how else to go about this. Again, just want the user to be able to scroll through the slides up and down using their mouse/trackpad

Emily McMullin
  • 121
  • 1
  • 1
  • 8
  • 1
    similar to how this is done: https://alvarotrigo.com/fullPage/examples/normalScroll.html#firstPage – Emily McMullin Jan 31 '19 at 16:06
  • 1
    Maybe this can help you: https://stackoverflow.com/questions/28529361/how-to-turn-bootstrap-carousel-slides-to-change-on-scroll – Dialex Jan 31 '19 at 16:11

0 Answers0