Could someone shed some light on why this autoplay video isn't working properly in Chrome?
The video is actually hosted in firebase storage. Interestingly, it plays fine when you navigate to a different page and then return to the homepage, but doesn't autoplay when you first land on the page after a refresh. This is all happening within an Angular 6 application.
<video autoplay muted loop>
<source type="video/mp4" src="https://firebasestorage.googleapis.com/v0/b/gortonluxury.appspot.com/o/videos%2Fhero-video.mp4?alt=media&token=1231bda8-4240-4c1d-a0b9-9c5b50b320d0">
</video>