slickslider vertical

slickslider vertical, slide to show auto

by RomainMazB

HTML

<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.min.js"></script>

  <div id="recentNews">
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>

    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
    <div class="news">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
  </div>

JavaScript

$('#recentNews').slick({
   dots: false,
   vertical: true,
   slidesToShow: 7,
   slidesToScroll: 7,
   draggable: true,
   autoPlay: true,
   centerMode: true
 });