Slides Per Group Controls the number of slides to be swiped at once.
Important Notes: The default value is auto, this means that this value will be equal to the slides_per_view. Set a numeric value to overide the auto value.
Demo
Slide 1
Slide 2
Slide 3
Slide 4
Slide 5
Slide 6
Twig
{% include '@bolt-components-slideshow/slideshow.twig' with {
  content: slides,
  slides_per_group: '2',
  slides_per_view: '3',
} only %}
HTML
Not available in plain HTML. Please use Twig.