Overflow Makes overflowing carousel slides visible on desktop only.
Important Notes: This change is only visible on large breakpoint and above, this prevents a related issue with scrolling on mobile devices.
Demo
Slide 1
Slide 2
Slide 3
Twig
{% include '@bolt-components-slideshow/slideshow.twig' with {
  content: slides,
  overflow: true,
  space_between: 'small',
} only %}
HTML
Not available in plain HTML. Please use Twig.