mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 03:25:00 +00:00
fix: Add aspect-ratio to video container and preload metadata
This commit is contained in:
parent
68d175f1c5
commit
5349c99c74
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
<div class="hero-video">
|
||||
<div class="video-container">
|
||||
<video autoplay loop muted playsinline>
|
||||
<video autoplay loop muted playsinline preload="metadata">
|
||||
<source src="/assets/shell-cmds-small.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue