Hi! I’ve made a grid which contains about ten short videos. I’ve created a short 4-6 sec video file for each and want the grid to play all of them at once, looping indefinitely. I originally tried to do this with gifs but the file sizes caused super long page load times, so I’ve opted for mp4 files hosted on JW Player. I’m pulling the files directly from JW Player via a direct link and playing them in a video player element.
I’ve set all the video player elements to auto play and loop but only one will run at a time. Clicking another player starts it running but pauses all of the others. Is it possible to have all video players on a page play at the same time?
Thanks!