Hi Everyone! I am adding a video using the following code that I found here in a post (I entered the location of our video where the “#” is):
<video width="960" height="540" controls="autoplay muted"><source src="#" type="video/mp4">
Your browser does not support the video tag.
</source></video>
My problem is the video box will display, it will not play though? Any suggestions on what I’m doing wrong?