Skip to content

Commit

Permalink
Fix readme videos (#51)
Browse files Browse the repository at this point in the history
* docs: fix video links in readme

* docs: fix video preview sizing by switching out for gif

* docs: fix readme media layout
  • Loading branch information
ae9is authored Mar 15, 2024
1 parent 59d3ae4 commit ce6a6e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ Input images and videos, describe the subjects or objects you want to keep, and

**Check out the docs! [ezsam.org](https://www.ezsam.org)**

<img src="examples/car-3.gui.png" height=200 />
<video src="examples/food.mp4" height=200 controls>
A large table with plates of Thanksgiving food including a whole turkey on a conveyor-style lazy susan.
</video>
<video src="examples/food.turkey.webm" height=200 controls>
A whole cooked turkey flying through the void.
</video>
<p>
<img src="examples/car-3.gui.png" height=200 />
<img src="examples/food.gif" height=200 alt="A large table with plates of Thanksgiving food including a whole turkey on a conveyor-style lazy susan." />
<img src="examples/food.turkey.gif" height=200 alt="A whole cooked turkey flying through the void." />
</p>

<img src="examples/car-3.both.png" width=150 />

Expand Down
Binary file added examples/food.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/food.turkey.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce6a6e5

Please sign in to comment.