mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: make video responsive for mobile devices
This commit is contained in:
parent
c2e9d01b12
commit
ba5624992a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Aider works best with GPT-4o & Claude 3.5 Sonnet and can
|
||||||
|
|
||||||
<!-- VIDEO START
|
<!-- VIDEO START
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<video width="664" height="540" autoplay loop muted playsinline>
|
<video style="max-width: 100%; height: auto;" autoplay loop muted playsinline>
|
||||||
<source src="/assets/shell-cmds-small.mp4" type="video/mp4">
|
<source src="/assets/shell-cmds-small.mp4" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue