<CldVideoPlayer
muted
loop
:controls="false"
autoplay
autoPlay="always"
width="1920"
height="1080"
src="IdVideo"
/>
I have tried using these:
autoPlay: on-scroll and always
- :playsinline="true"
- :autoplay="true"
Am I missing some attributes or props to make the video autoplay correctly?
I have tried using these:
autoPlay: on-scroll and alwaysAm I missing some attributes or props to make the video autoplay correctly?