Skip to content

Commit

Permalink
added install demo video
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jun 8, 2024
1 parent 88ea419 commit 48aa0a4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added website/assets/install.mp4
Binary file not shown.
24 changes: 24 additions & 0 deletions website/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,29 @@ for more details,
or the
[usage instructions](https://aider.chat/docs/usage.html) to start coding with aider.

<div class="video-container">
<video controls>
<source src="/assets/install.mp4" type="video/mp4">
<a href="/assets/install.mp4">Installing aider</a>
</video>
</div>

<style>
.video-container {
position: relative;
padding-bottom: 101.89%; /* 1080 / 1060 = 1.0189 */
height: 0;
overflow: hidden;
}

.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>



0 comments on commit 48aa0a4

Please sign in to comment.