fix(docs): video on iOS

This commit is contained in:
Phan An 2024-03-27 17:00:27 +01:00
parent 2fd7b8628e
commit 9d9dbf6fd5
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

View file

@ -3,9 +3,9 @@
Powered by [Laravel Scout](https://github.com/laravel/scout), Koel provides an instant search feature that performs full-text,
fuzzy searches against your music collection and returns the most relevant results as you type.
<video controls playsinline>
<source src="../assets/videos/search.webm" type="video/webm"/>
<video controls playsinline poster="../assets/videos/search-poster.webp">
<source src="../assets/videos/search.mp4" type="video/mp4"/>
<source src="../assets/videos/search.webm" type="video/webm"/>
</video>
## Configuration