MP4 file not playing in Safari Browser

Hi,

I used safari browser just to check compatibility now when I tried checking in on safari my MP4 video does not play. Here’s my html code

<video autoplay muted loop id="home-video" class="home-video">
      <source src="scenes-of-fall.mp4" type="video/mp4">
      <source src="scenes-of-fall.webm" type="video/webm">
    </video>

Can anyone help me with this? I tried searching but I don’t see any answers.

Thanks

Check this link in your safari browser:

https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video

If works fine, than is some with code if not - there is some other problem (maybe some add-on on safari).

2 Likes

Thanks man. It might be on my code.