I built a basic page for an assignment that has some responsive text and I threw a couple pictures, a video file, and audio file up there. The audio file 1.mp4 is supposed to autoplay and loop but I can't get any audio to play, any suggestions? The file is uploaded and in my root directory.
http://earthsidedrone.x10host.com/
<audio autoplay loop>
<source src="1.mp4" type="audio/mpeg">
</audio>
http://earthsidedrone.x10host.com/
<audio autoplay loop>
<source src="1.mp4" type="audio/mpeg">
</audio>