Looping Slideshow v2
A video slideshow looping among items with a visual progress indicator.
Projects /
A video slideshow looping among items with a visual progress indicator.
This component is used to create an auto-playing slideshow of videos. At the end of each video, the slideshow automatically switch to the next one.
Each item has a progress indicator providing a hint of when the following video will be displayed.
You can use this component to create slideshow of videos and images. By default, each image is visible for 5s before switching to the next one. You can change this value using the data-loop
attribute (in milliseconds):
<div class="js-loop-slideshow-v2" data-loop="3000">
<!-- ... -->
</div>