I am building a product page where I have short 3-4 second videos I am using instead of images to display product features. This is because I can get much smaller file sizes with videos than using an animated WebP for example, and from what I read online devices should handle video better (hardware decoding and that).
The problem I am having is that only one video will play at a time, I want all of them to be playing in a loop whenever they are visible. What video plays when you load the page seems to be random, and if you click on any other video it plays and the first one stops. The way I have this set up with no controls, autoplay and loop a user wouldn’t even know that they are videos, and thats the point I want them to simply be like animations.
So what can I do to make it so that all videos on a page that are set to autoplay will play at the same time? I get that the default behavior makes sense when using a video in a standard way, you wouldn’t want sound from multiple videos playing at the same time. But in my case I’m using videos like animated images, they have no sound and are not going to be a load on the page at a couple hundred kb each.
