mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
aider: Added the 'loop' attribute to the video element to enable looping the video.
# Aider chat conversation: USER: can we loop the video? ASSISTANT: To loop the video, we can add the `loop` attribute to the `<video>` tag. Here is the *SEARCH/REPLACE* block: _posts/2024-05-02-browser.md <source> <<<<<<< SEARCH <video width="704" height="720" controls poster="/assets/browser.jpg"> ======= <video width="704" height="720" controls loop poster="/assets/browser.jpg"> >>>>>>> REPLACE </source>
This commit is contained in:
parent
05450fb3d2
commit
192bc6592e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ highlight_image: /assets/browser.jpg
|
|||
---
|
||||
# AI pair programming in your browser
|
||||
|
||||
<video width="704" height="720" controls poster="/assets/browser.jpg">
|
||||
<video width="704" height="720" controls loop poster="/assets/browser.jpg">
|
||||
<source src="/assets/aider-browser-social.mp4" type="video/mp4">
|
||||
<a href="/assets/aider-browser-social.mp4">Aider browser UI demo video</a>
|
||||
</video>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue