mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
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:
parent
6984a2ae07
commit
5f1157060e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue