Fabrik Slideshow is based on Slick Carousal Library:
https://kenwheeler.github.io/slick/
For customization of Slideshow use Custom
Options:
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)