When I advance the slider manually, the slider jumps to the top of the page. How can I prevent this from happening? Help much appreciated! Here\'s the code:
<
you should try with jquery:
$('.carousel-control').click(function (e) { e.preventDefault(); });