waka.laka.osaka: fix autoplay, add tap-to-unmute
This commit is contained in:
@@ -33,7 +33,11 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video class="bg-image" width="1440" height="1080" autoplay loop>
|
||||
<!-- TODO: how to autoplay video _without_ it being muted? -->
|
||||
<video class="bg-image" id="waka-video" width="1440" height="1080"
|
||||
autoplay loop muted
|
||||
onclick="document.getElementById('waka-video').muted = !document.getElementById('waka-video').muted;"
|
||||
>
|
||||
<!-- from https://www.youtube.com/watch?v=ehB_7bBKprY -->
|
||||
<!-- original and more info at https://www.aquilinestudios.org/wakalaka.html -->
|
||||
<source src="waka.laka.for.osaka.mp4" type="video/mp4">
|
||||
|
Reference in New Issue
Block a user