Hello,
I have a Slider Pro Gallery with a collection of videos. I have it set up where the videos will play when the user hovers over them, but I need them to go back to the cover image once the user hovers off. So far, the only way I’ve seen to do this is by hovering over another video in the gallery, but it starts an endless cycle.
I have tried using the play() and pause() functions with the onMouseIn() and onMouseOut() events, but these are not working either.