explore: adds av1-encoded webm file and extra video source tag for fr… #34

Merged
jsheunis merged 1 commit from uplift into uplift 2021-04-30 14:13:08 +00:00
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -134,6 +134,7 @@
<p><i>Something about freesurfer...</i> <p><i>Something about freesurfer...</i>
</p> </p>
<video autoplay loop muted width="100%"> <video autoplay loop muted width="100%">
<source src="/data/freesurfer_parcellations_av1.webm" type="video/webm" />
<source src="/data/freesurfer_parcellations.mp4" type="video/mp4" /> <source src="/data/freesurfer_parcellations.mp4" type="video/mp4" />
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>