<video loop autoplay muted controls id="vid">
<source type="video/mp4" src="video_file.mp4"></source>
<source type="video/ogg" src="video_file.ogg"></source>
</video>
Hello everyone, I found out that the autoplay tag is not working when there is no muted attribute but when I added the muted into the video tag, it will play the video. However, the video has no sound, I have gone through all the related post but I am still unable to solve the issues. May I know how to solve the issues ? I realise that there is an audio tag but unfortunately the audio tag is same as what video tag do. Both of them are not working.