Comment by eieio

Comment by eieio 3 days ago

2 replies

I think you just need to add "playsinline" to your videos so that they play inline on mobile devices instead of fullscreening.

    <video autoplay loop muted playsinline>
instead of your current

    <video autoplay loop muted>
cool project :)
tombh 3 days ago

Thank you, I added it! Let's see if it helps.