Slideshow visualization

  • Views Views: 11,252
  • Last updated Last updated:
  • Fabrik Slideshow is based on Slick Carousal Library:
    https://kenwheeler.github.io/slick/

    For customization of Slideshow use Custom Options:

    Screen Shot 2020-01-29 at 12.37.16 pm.png


    For eg, if you want to start auto-play of images, add

    {"autoplay": true}

    For showing multiple slides and slide one set
    "slidesPerRow":1, (not sure why, should be default, but...)
    "slidesTo Show":3,
    "slidesToScroll": 1

    To show the navigation arrows create a file custom.css in plugins/fabrik_visualization/slideshow/views/slideshow/tmpl/Bootstrap
    and add
    Code:
    .slick-prev:before, .slick-next:before {
    color:red ;
    }
    (the original color is white, so they are invisible)
Back
Top