Skip to content

Instantly share code, notes, and snippets.

@cflamant
Last active December 20, 2020 18:27
Show Gist options
  • Save cflamant/d2d3b90710976f61405cf88d865b8567 to your computer and use it in GitHub Desktop.
Save cflamant/d2d3b90710976f61405cf88d865b8567 to your computer and use it in GitHub Desktop.
Hugo Looping Autoplaying MP4
<!-- For use within a .md file -->
{{< rawhtml >}}
<video autoplay loop muted playsinline style="max-width:100%">
<source src="images/earth_moon_neural_network_solution_bundle_training.mp4" type="video/mp4">
<img src="images/earth_moon_neural_network_solution_bundle_training.png">
</video>
{{< /rawhtml >}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment