Hi there,
I have a background video in a section. It’s working on desktop and mobile however the video is not centred.
Is there a solution for fixing this?
In order to get it autoplay on mobile (IOS) I use this script in the header:
   <script defer="defer">    jQuery(window).load(function(){      jQuery('.x-bg video').attr('playsinline','');     });  </script>
Is this correct or is there a better solution?
Thx in advanced!

