I am trying to set currentTime = 0 to the slides with video when the slider is in a image slide.
Its possible with swiper js?
https://codepen.io/josedeharo/pen/QWwgaoK
The actual js:
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination',
paginationClickable: true,
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
spaceBetween: 30,
autoplayDisableOnInteraction: true,
speed: 1000,
autoplay: true,
});