make video work on macos safari

by mentioning mp4 first.  it seems safari doesn't understand this webm
(resolution too high?). still doesn't seem to work on iphone/ipad safari.
This commit is contained in:
Mechiel Lukkien 2024-03-10 08:43:17 +01:00
parent 6984a2ae07
commit 5f1157060e
No known key found for this signature in database

View file

@ -52,8 +52,8 @@ quickstart, add the printed DNS records, and you're good to go. See the demo
below, or continue reading at [Install](install/).
<video controls preload="none" poster="files/video/quickstart-20240111.jpg">
<source type="video/webm" src="files/video/quickstart-20240111.webm" />
<source type="video/mp4" src="files/video/quickstart-20240111.mp4" />
<source type="video/webm" src="files/video/quickstart-20240111.webm" />
</video>
## Background