Skip to content

Commit

Permalink
Remove autoPlay
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Sep 12, 2024
1 parent 6878554 commit 7f7a526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 0

A quick demo of how the installation and main menu works.

<video controls autoPlay poster={require('@site/static/video/spec-up-t-menu.jpg').default}>
<video controls poster={require('@site/static/video/spec-up-t-menu.jpg').default}>
<source src="https://dwarshuis.com/various/spec-up-t/documentation-website/video/spec-up-t-menu.mp4" type="video/mp4" />
Your browser does not support video tags
</video>
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 1

A quick demo of how the installation and main menu works.

<video controls autoPlay poster={require('@site/static/video/spec-up-t-menu.jpg').default}>
<video controls poster={require('@site/static/video/spec-up-t-menu.jpg').default}>
<source src="https://dwarshuis.com/various/spec-up-t/documentation-website/video/spec-up-t-menu.mp4" type="video/mp4" />
Your browser does not support video tags
</video>
Expand Down

0 comments on commit 7f7a526

Please sign in to comment.