Autoplay Enables content to begin swiping through slides on page load. This feature stops on user interaction. Demo
Slide 1
Slide 2
Slide 3
Twig
{% include '@bolt-components-slideshow/slideshow.twig' with {
  content: slides,
  autoplay: true,
} only %}
HTML
Not available in plain HTML. Please use Twig.