I am trying to figure out why my video won't play on Safari, even though it works fine on Google Chrome and Edge.
https://i.sstatic.net/oZQVo.png
Below is a snippet of my HTML code:
<video width="640" height="360" controls="true" autoplay loop muted playsinline>
<source src="/Perso/WebSite.nsf/vLUpage/VIDEOS/$File/movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Could CSS be the solution to this issue?
Any assistance you can provide would be greatly appreciated. Thank you!