MstrSlider jQuery: video not running on mobiles

Issue: Background video not playing on mobile at alamo1.com

Solution:

To check why the background video is not playing on mobile at alamo1.com, please follow the steps below:

  1. Visit alamo1.com using a desktop.
  2. Verify if the background video with text overlay is playing.
  3. If not, check if any changes have been made to the code or configuration that could be causing the issue.
<div class="ms-slide">
  <img src="slider-images/bg.jpg" alt=""/>
  <div class="ms-layer ms-caption">
    <h2>Video</h2>
    <p>background video with text overlay</p>
  </div>
</div>

Answer:

The provided issue and solution are in Markdown format and suggest steps to check why the background video is not playing on mobile at alamo1.com. The solution involves visiting the website using a desktop, verifying if the background video with text overlay is playing, and checking any changes made to the code or configuration that could be causing the issue. A code snippet is also provided for reference.