• Hi, I see there is an issue with the video(at the top) not auto-playing in mobile version of the above url page. It works fine for tablet and desktop view. But for mobile it only shows a snap like picture of the video. When I check in multiple browsers, the video plays but in checking with mobile, the video doesn’t play. It’s difficult to detect the issue. Please suggest me how to fix. Below code of that video :

    	<div class="wrapper" style="width: 120%;
        margin-left: -9%;">
    <video autoplay muted loop id="myVideo" style="object-fit: cover; margin-top: -50px;">
      <source src="https://latpay.com/wp-content/uploads/2023/08/AdobeStock_386036296_Video_HD_Preview.mp4" type="video/mp4">
      Your browser does not support HTML5 video.
    </video>
    </div>

    The same code used for desktop, tablet devices worked fine but in mobile view only video not playing. Please help.. Thanks.

    The page I need help with: [log in to see the link]

  • The topic ‘Video not playing in mobile view page’ is closed to new replies.