i want to get my autoplay html5 videos to work on safari too. Ive read plenty threads about that topic already but couldnt find a solution which provides functionality on both browsers. Link to my website:
<video autoplay loop muted playsinline width="640" height="510">
<source src="http://dl3.webmfiles.org/elephants-dream.webm" type="video/webm">
<source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
</video>