mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 16:15: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
|
@ -193,6 +193,7 @@ nav {
|
|||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
aspect-ratio: 2656 / 2160;
|
||||
}
|
||||
|
||||
.video-container video {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue