Hi. How do I get audio to play automatically on page load (without the player)? My use-case is someone with limited eyesight who needs text passages read aloud. I am designing a prototype for this use-case.
1 Like
This is what I do:
-
Set a section or container at 100% wide and 100vh.
-
Quick Add menu add Video to that section or container
-
In Video Box Behaviors set to play Automatically, with no pause on click, and set it to loop
-
Then click on the expand button to fill the section or container
Keep videos short and light for a fast load.
I hope this helps.
Teejay
Thanks Teejay. I will give that a try. Much appreciated.