mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix(docs): video on iOS
This commit is contained in:
parent
2fd7b8628e
commit
9d9dbf6fd5
3 changed files with 2 additions and 2 deletions
BIN
docs/assets/videos/search-poster.webp
Normal file
BIN
docs/assets/videos/search-poster.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue