Skip to content

Commit

Permalink
Add playsinline attribute to home videos
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Aug 6, 2024
1 parent b8195fe commit 3c66850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ <h2 id="feature-title-1" class="feature-title">
</p> -->
</div>
<div class="feature-image">
<video src="assets/home-efficiency-video.mp4" alt="Posting's jump mode feature in action" autoplay loop muted></video>
<video src="assets/home-efficiency-video.mp4" alt="Posting's jump mode feature in action" autoplay loop muted playsinline></video>
</div>
</div>

Expand All @@ -1595,7 +1595,7 @@ <h2 class="feature-title">Environments</h2>
</p>
</div>
<div class="feature-image">
<video src="assets/environments.mp4" alt="Environments in action in the URL bar" autoplay loop muted></video>
<video src="assets/environments.mp4" alt="Environments in action in the URL bar" autoplay loop muted playsinline></video>
</div>
</div>

Expand Down

0 comments on commit 3c66850

Please sign in to comment.