Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Espere-1119-Song authored Dec 1, 2023
1 parent 526b080 commit 9f09ec3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3 style="text-align: center;">Breakpoint Mode</h3>
<div class="carousel-inner">
<div class="carousel-item active">
<div style="display:flex;">
<video id="myVideo" controls autoplay loop width="400" height="300" controls muted>
<video id="myVideo" controls autoplay muted loop width="400" height="300" controls muted>
<source src="assets/zoo_1.mp4" type="video/mp4">
</video>
<div class="box">
Expand All @@ -155,7 +155,7 @@ <h3 style="text-align: center;">Breakpoint Mode</h3>

<div class="carousel-item">
<div style="display:flex;">
<video id="myVideo" controls autoplay loop width="400" height="300" controls muted>
<video id="myVideo" controls autoplay muted loop width="400" height="300" >
<source src="assets/zoo_2.mp4" type="video/mp4">
</video>
<div class="box">
Expand All @@ -176,7 +176,7 @@ <h3 style="text-align: center;">Breakpoint Mode</h3>

<div class="carousel-item">
<div style="display:flex;">
<video id="myVideo" controls autoplay loop width="400" height="300" controls muted>
<video id="myVideo" controls autoplay muted loop width="400" height="300" controls muted>
<source src="assets/gob_1.mp4" type="video/mp4">
</video>
<div class="box">
Expand All @@ -197,7 +197,7 @@ <h3 style="text-align: center;">Breakpoint Mode</h3>

<div class="carousel-item">
<div style="display:flex;">
<video id="myVideo" controls autoplay loop width="400" height="300" controls muted>
<video id="myVideo" controls autoplay muted loop width="400" height="300" controls muted>
<source src="assets/gob_2.mp4" type="video/mp4">
</video>
<div class="box">
Expand Down

0 comments on commit 9f09ec3

Please sign in to comment.