Skip to content

Commit

Permalink
Wrong Class Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenodeon committed Feb 12, 2024
1 parent 6050faf commit a5e0283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ProjectPages/MotionTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h2>Kinetic Motion table</h2>
</div>
<div class="carousel slide" data-bs-ride="false" data-bs-pause="false" data-bs-keyboard="false" id="carousel-1" style="padding-bottom: 50px;">
<div class="carousel-inner">
<div class="carousel-item active videoiframe videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframe videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1KzY_LqqIRpsXk9PnNcTBpNvhH27qFTcv/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item active videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1KzY_LqqIRpsXk9PnNcTBpNvhH27qFTcv/preview" allowfullscreen="true"></iframe></div>
</div>
<ol class="carousel-indicators">
<li data-bs-target="#carousel-1" data-bs-slide-to="0" class="active"></li>
Expand Down
8 changes: 4 additions & 4 deletions ProjectPages/Template/project-details-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ <h2>project name</h2>
</div>
<div class="carousel slide" data-bs-ride="false" data-bs-pause="false" data-bs-keyboard="false" id="carousel-1" style="padding-bottom: 50px;">
<div class="carousel-inner">
<div class="carousel-item active videoiframe videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframe videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframe videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframe videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item active videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
<div class="carousel-item videoiframecontainer"><iframe class="videoiframe" src="https://drive.google.com/file/d/1ECvWR_PR2-w3Soi2f7X4v-UbTg-aCqdF/preview" allowfullscreen="true"></iframe></div>
</div>
<ol class="carousel-indicators">
<li data-bs-target="#carousel-1" data-bs-slide-to="0" class="active"></li>
Expand Down

0 comments on commit a5e0283

Please sign in to comment.