Stop-Videos Von Spielen, Wenn Modal Schließt

Ich bin mit dem video-tag in HTML, öffnet sich in einem modalen. Derzeit ist es noch spielen, wenn ich die Ausfahrt der modalen ohne anhalten der Videos. Ich habe keine javascript noch, als alles, was ich hinzufügen funktioniert nicht. Ich bin mit bootstrap auch. Hier ist mein HTML:

<button type="button" data-toggle="modal" data-target="#myModal">
  <h4>SHORT SLEEVED SHIRT<br><br>$20</h4>
  <img src="images/femaleshortsleeved.jpg"> </button>
  <!-- Modal -->

  <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
    <div class="modal-dialog" role="document">
      <div class="modal-content">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
            <video class="video" width="960px" controls>
                <source src="images/Short Sleeved Shirt.mp4" type="video/mp4">

            </video>
            <h2>Short Sleeved Shirt<br>$20</h2>
            <h5>90s lightweight brown patterned shirt.<br>No marked size.<br>Will fit S to M.<br>Length: 62cm<br>Width: 56cm</h5>
            <button type="button" class="btn btn-primary btn-lg">BUY NOW</button>
      </div>
    </div>
  </div>
  • Haben Sie versucht, die .pause () - Funktion auf modal entlassen?
InformationsquelleAutor cpalmer | 2015-11-02
Schreibe einen Kommentar