Autoplay working in Chrome but not in Safari. WHY!?!?!

Searched and searched can't find a solution. (yes I changed the settings in safari)

I'm using Joomla 4 autoplay is working in Chrome perfect, but in safari not also looked up my code and got the required lines from the Apple Developer page, but it is still not working

<p>
<video src="images/video/A-Vid.webm" autoplay="autoplay" loop="loop" muted="muted" width="560" height="315" playsinline="playsinline" id="bgvid"><source src="images/video/A-Vid.mp4" type="video/mp4" /></video>
</p>

Autoplay is a user-configurable setting via the Safari address bar for privacy reasons. You don't have programmatic access to this setting.

Safari also ignores the autoplay tag when the computer is on battery or low-power mode.

Autoplay working in Chrome but not in Safari. WHY!?!?!
 
 
Q