finally, got autoplay working

This commit is contained in:
Neale Pickett 2022-08-09 07:39:02 -06:00
parent a1e047e727
commit af47868004
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ Barbara abusing her god status to outlaw human sacrifice. The Doctor gets
married or engaged or something. Susan finally expresses an emotion other
than terror:
<video autoplay loop>
<source src=/assets/blog/susan-well-hello-there.mp4>
<video autoplay muted loop>
<source src="/assets/blog/susan-well-hello-there.mp4">
"Well, hello there."
</video>

2
run.sh
View File

@ -1,4 +1,4 @@
#! /bin/sh
cd $(dirname $0)
docker run --rm -it -v $(pwd):/srv/jekyll -p 4000:4000 -e JEKYLL_UID=1000 -e JEKYLL_GID=1000 jekyll/jekyll jekyll build --watch
docker run --rm -it -v $(pwd):/srv/jekyll -e JEKYLL_UID=1000 -e JEKYLL_GID=1000 jekyll/jekyll jekyll build --watch