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 504ac7d commit 2522fee
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions unravel/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,25 @@

.. raw:: html

<style>
video {
border: none;
outline: none;
}
</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>
<video width="100%" autoplay muted playsinline>
<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 width="100%" autoplay muted>
<video width="100%" autoplay muted playsinline>
<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 2522fee

Please sign in to comment.