Skip to content

Commit b1d206c

Browse files
committed
add loop and make video path absolute
1 parent 8edc172 commit b1d206c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Given traces and stimulus video, you can then recenter the video to be retinotop
1212
The motion-energy features are actually processed by [PyMoten](https://github.com/gallantlab/pymoten), but the user doesn't have to interact with it.
1313
Sharpeyes will handle everything under the hood, including setup.
1414

15-
<video width="800" controls>
16-
<source src="assets/live%20motion-energy.mp4" type = "video/mp4">
15+
<video width="800" controls loop>
16+
<source src="https://github.com/gallantlab/SharpEyes/raw/refs/heads/main/docs/assets/live%20motion-energy.mp4" type = "video/mp4">
1717
</video>
1818

1919
See [Getting Started](getting%20started.md) for installation and Python setup. See the [Workflow](workflow/index.md) section for documentation on each tab.

0 commit comments

Comments
 (0)