Skip to content

Commit

Permalink
Switching code back since the issue seems to be with the video
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 7, 2024
1 parent 85b9b30 commit 504ac7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
Binary file modified unravel/docs/_static/psilocybin_up_sunburst.mp4
100755 → 100644
Binary file not shown.
Binary file removed unravel/docs/_static/psilocybin_up_sunburst_og.mp4
Binary file not shown.
18 changes: 2 additions & 16 deletions unravel/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,18 @@

.. raw:: html

<style>
video {
border: none;
outline: none;
}
#sunburst-video {
border: none;
outline: none;
display: block;
margin: 0;
padding: 0;
}
</style>

<div style="display: flex; justify-content: space-between;">
<div style="flex: 1; margin-right: 10px;">
<a href="https://www.nature.com/articles/s41386-023-01613-4" target="_blank">
<video width="100%" autoplay muted playsinline>
<video width="100%" autoplay muted>
<source src="_static/psilocybin_up_valid_clusters.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</a>
</div>
<div style="flex: 1; margin-left: 10px;">
<a href="https://www.nature.com/articles/s41386-023-01613-4" target="_blank">
<video id="sunburst-video" width="100%" autoplay muted playsinline>
<video width="100%" autoplay muted>
<source src="_static/psilocybin_up_sunburst.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand Down

0 comments on commit 504ac7d

Please sign in to comment.