I am having trouble getting chrome to autoplay a video. I have set the video to muted and it auto plays in both Safari and Firefox but not chrome.
You can use oncanplay="this.muted=true" on your video tag
oncanplay="this.muted=true"
Your browser does not support HTML5 video.