In my most recent web development project, I incorporated the Full Slider component from Iron Summit Media (https://github.com/IronSummitMedia/startbootstrap-full-slider). It functions as a background image slider.
However, I encountered an issue where the slider stops at the current slide when a user hovers their mouse over the website because the slider is set to be full screen.
I am looking for a solution to prevent this pause on hover behavior (i.e., pausing when the mouse hovers). Unfortunately, I am unsure of how to achieve this. I believe it involves editing one of the JavaScript files.
Any guidance or assistance would be greatly appreciated!