Slideshow not auto playing when cursor is in slideshow banner

@niceeee there is a file global.js, you will find slider code in this file

try comment or delete these 4 lines and check slide.

this.addEventListener('mouseover', this.focusInHandling.bind(this));
    this.addEventListener('mouseleave', this.focusOutHandling.bind(this));
    this.addEventListener('focusin', this.focusInHandling.bind(this));
    this.addEventListener('focusout', this.focusOutHandling.bind(this));

1 Like