Skip to content

Commit

Permalink
fix(website): mute the autoplay video, as chrome does not allow autop…
Browse files Browse the repository at this point in the history
…lay of non-muted videos
  • Loading branch information
DanySK authored Feb 3, 2023
1 parent 4832b6f commit 4891fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This website hosts the documentation of the Alchemist Simulator,
created towards the end of 2010 as a by-product of the European Project SAPERE,
and grown ever since into a full-fledged simulation framework.

<video loop autoplay style="max-width: 100%; display: inline-block; ">
<video loop playsinline autoplay muted style="max-width: 100%; display: inline-block; ">
<source src="home-animation.mp4" type="video/mp4">
If your browser supported the video tag, there would be a nice video.
</video>
Expand Down

0 comments on commit 4891fac

Please sign in to comment.