Skip to content

Commit

Permalink
fix video tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed May 28, 2024
1 parent a55faa8 commit 99c5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Written in Python 🐍, coming along with a modern Vue frontend.
This site documents the photobooth-app project and offers guides how to install.
Setup your own photobooth-app for your wedding, birthday and other occations.

<video controls autoplay loop playsinline muted src="./assets/photobooth-app-demo.mp4" type="video/mp4">
<video controls autoplay loop playsinline muted src="./assets/photobooth-app-demo.mp4" type="video/mp4"></video>

## Features

Expand Down

0 comments on commit 99c5bb5

Please sign in to comment.