I’ve been trying to get a video that we’ve embedded onto a homepage to autoplay muted when the pages loads. I’ve been trying the code I’ve pasted below (“#” is the link for the .mp4 file), but no luck. Any tips would be much appreciated!
<video width="960" height="540" controls="autoplay muted"><source src="#" type="video/mp4">
Your browser does not support the video tag.
</source></video>