'AutoPlay Video is not working on the latest iPhone Safari version 15.3

Video Autoplay not working on the latest safari- 15.3

On the older version of the safari, video working fine.

I used this HTML code:

<video loop="loop" autoplay="" playsinline="" muted="" width="100" height="100" id="mejs_013860265590046605_html5" preload="none" src="/wp-content/uploads/2022/02/Home-Video-1_2.mp4" style="margin: 0px; width: 1020.44px; height: 574px;">
                <source type="video/mp4" src="/wp-content/uploads/2022/02/Home-Video-1_2.mp4">
                <source type="video/webm" src="/wp-content/uploads/2022/04/Home-Video-1_2.webm">
            </video>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source