Skip to content

Commit

Permalink
change gif to webm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gotsman authored and Tom Gotsman committed Dec 20, 2024
1 parent 3d5e37f commit a6d19c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/upload_single_video.gif
Binary file not shown.
Binary file added assets/upload_single_video.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/library/forms/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def index():
Below is an example of how to allow only a single file upload and render (in this case a video).

```python demo box
rx.image(src="/upload_single_video.gif")
rx.el.video(src="/upload_single_video.webm", auto_play=True, controls=True, loop=True)
```

```python
Expand Down

0 comments on commit a6d19c2

Please sign in to comment.