style: make video responsive for mobile devices

This commit is contained in:
Paul Gauthier (aider) 2024-08-27 13:12:27 -07:00
parent c2e9d01b12
commit ba5624992a

View file

@ -20,7 +20,7 @@ Aider works best with GPT-4o & Claude 3.5 Sonnet and can
<!-- VIDEO START
<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">
Your browser does not support the video tag.
</video>